Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1167 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> &CondGen) { in emitPostUpdateForReductionClause() argument
1174 if (auto *Cond = CondGen(CGF)) { in emitPostUpdateForReductionClause()
1355 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> &CondGen) { in EmitOMPLinearClauseFinal() argument
1364 if (auto *Cond = CondGen(*this)) { in EmitOMPLinearClauseFinal()
1545 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> &CondGen) { in EmitOMPSimdFinal() argument
1558 if (auto *Cond = CondGen(*this)) { in EmitOMPSimdFinal()
DCodeGenFunction.h2438 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> &CondGen);
2546 const llvm::function_ref<llvm::Value *(CodeGenFunction &)> &CondGen);