Home
last modified time | relevance | path

Searched refs:SkipCountBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1272 llvm::BasicBlock *SkipCountBB = nullptr; in EmitBlockWithFallThrough() local
1277 SkipCountBB = createBasicBlock("skipcount"); in EmitBlockWithFallThrough()
1278 EmitBranch(SkipCountBB); in EmitBlockWithFallThrough()
1284 if (SkipCountBB) in EmitBlockWithFallThrough()
1285 EmitBlock(SkipCountBB); in EmitBlockWithFallThrough()