Searched defs:IsLastIterCond (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp818 llvm::Value *IsLastIterCond) {
822 // if (<IsLastIterCond>) {
829 if (IsLastIterCond) {
832 Builder.CreateCondBr(IsLastIterCond, ThenBB, DoneBB);
882 if (IsLastIterCond)
816 EmitOMPLastprivateClauseFinal( const OMPExecutableDirective &D, bool NoFinals, llvm::Value *IsLastIterCond) argument

Completed in 81 milliseconds