Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp818 llvm::Value *IsLastIterCond) { in EmitOMPLastprivateClauseFinal() argument
829 if (IsLastIterCond) { in EmitOMPLastprivateClauseFinal()
832 Builder.CreateCondBr(IsLastIterCond, ThenBB, DoneBB); in EmitOMPLastprivateClauseFinal()
882 if (IsLastIterCond) in EmitOMPLastprivateClauseFinal()
DCodeGenFunction.h2429 llvm::Value *IsLastIterCond = nullptr);