Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1168 llvm::Value *IsLastIterCond) { in EmitOMPLastprivateClauseFinal() argument
1179 if (IsLastIterCond) { in EmitOMPLastprivateClauseFinal()
1194 Builder.CreateCondBr(IsLastIterCond, ThenBB, DoneBB); in EmitOMPLastprivateClauseFinal()
1253 if (IsLastIterCond) in EmitOMPLastprivateClauseFinal()
H A DCodeGenFunction.h3791 llvm::Value *IsLastIterCond = nullptr);