Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1264 llvm::BasicBlock *SkipCountBB = nullptr; in EmitBlockWithFallThrough() local
1269 SkipCountBB = createBasicBlock("skipcount"); in EmitBlockWithFallThrough()
1270 EmitBranch(SkipCountBB); in EmitBlockWithFallThrough()
1276 if (SkipCountBB) in EmitBlockWithFallThrough()
1277 EmitBlock(SkipCountBB); in EmitBlockWithFallThrough()