Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1115 llvm::Value *IsLastIterCond) { in EmitOMPLastprivateClauseFinal() argument
1126 if (IsLastIterCond) { in EmitOMPLastprivateClauseFinal()
1141 Builder.CreateCondBr(IsLastIterCond, ThenBB, DoneBB); in EmitOMPLastprivateClauseFinal()
1199 if (IsLastIterCond) in EmitOMPLastprivateClauseFinal()
H A DCodeGenFunction.h3380 llvm::Value *IsLastIterCond = nullptr);