Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1215 llvm::BasicBlock *SkipCountBB = nullptr; in EmitBlockWithFallThrough() local
1220 SkipCountBB = createBasicBlock("skipcount"); in EmitBlockWithFallThrough()
1221 EmitBranch(SkipCountBB); in EmitBlockWithFallThrough()
1227 if (SkipCountBB) in EmitBlockWithFallThrough()
1228 EmitBlock(SkipCountBB); in EmitBlockWithFallThrough()