Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1449 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in emitPostUpdateForReductionClause() argument
1456 if (llvm::Value *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
2173 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPLinearClauseFinal() argument
2182 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
2404 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPSimdFinal() argument
2417 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
H A DCodeGenFunction.h3447 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);
3671 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);