Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3720 llvm::BasicBlock *InnerLoopBB = in emitScanBasedDirective() local
3725 CGF.Builder.CreateCondBr(CmpI, InnerLoopBB, InnerExitBB); in emitScanBasedDirective()
3726 CGF.EmitBlock(InnerLoopBB); in emitScanBasedDirective()
3769 CGF.Builder.CreateCondBr(CmpI, InnerLoopBB, InnerExitBB); in emitScanBasedDirective()