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.cpp1474 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in emitPostUpdateForReductionClause() argument
1481 if (llvm::Value *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
2209 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPLinearClauseFinal() argument
2218 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
2440 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPSimdFinal() argument
2453 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
H A DCodeGenFunction.h3762 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);
4006 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);