Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1452 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in emitPostUpdateForReductionClause() argument
1459 if (llvm::Value *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
2181 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPLinearClauseFinal() argument
2190 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
2412 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen) { in EmitOMPSimdFinal() argument
2425 if (llvm::Value *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
H A DCodeGenFunction.h3449 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);
3674 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> CondGen);