Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1465 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in emitPostUpdateForReductionClause() argument
1472 if (llvm::Value *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
2138 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPLinearClauseFinal() argument
2147 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
2377 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPSimdFinal() argument
2390 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
DCodeGenFunction.h3389 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);
3606 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);