Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1192 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in emitPostUpdateForReductionClause() argument
1199 if (llvm::Value *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
1412 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPLinearClauseFinal() argument
1421 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
1622 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPSimdFinal() argument
1635 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
H A DCodeGenFunction.h3061 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);
3249 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);