Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3448 llvm::BasicBlock *InnerLoopBB = in emitScanBasedDirective() local
3453 CGF.Builder.CreateCondBr(CmpI, InnerLoopBB, InnerExitBB); in emitScanBasedDirective()
3454 CGF.EmitBlock(InnerLoopBB); in emitScanBasedDirective()
3497 CGF.Builder.CreateCondBr(CmpI, InnerLoopBB, InnerExitBB); in emitScanBasedDirective()