Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1207 llvm::BasicBlock *SkipCountBB = nullptr; in EmitBlockWithFallThrough() local
1212 SkipCountBB = createBasicBlock("skipcount"); in EmitBlockWithFallThrough()
1213 EmitBranch(SkipCountBB); in EmitBlockWithFallThrough()
1219 if (SkipCountBB) in EmitBlockWithFallThrough()
1220 EmitBlock(SkipCountBB); in EmitBlockWithFallThrough()