Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1219 llvm::BasicBlock *SkipCountBB = nullptr; in EmitBlockWithFallThrough() local
1224 SkipCountBB = createBasicBlock("skipcount"); in EmitBlockWithFallThrough()
1225 EmitBranch(SkipCountBB); in EmitBlockWithFallThrough()
1231 if (SkipCountBB) in EmitBlockWithFallThrough()
1232 EmitBlock(SkipCountBB); in EmitBlockWithFallThrough()