Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1515 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in emitPostUpdateForReductionClause() argument
1522 if (llvm::Value *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
2256 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPLinearClauseFinal() argument
2265 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
2564 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPSimdFinal() argument
2577 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
H A DCodeGenFunction.h3800 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);
4052 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);