Home
last modified time | relevance | path

Searched refs:SeparateIter (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp278 bool SeparateIter) { in EmitOMPLoopBody() argument
292 if (SeparateIter) { in EmitOMPLoopBody()
302 bool SeparateIter) { in EmitOMPInnerLoop() argument
321 llvm::Value *BoolCondVal = EvaluateExprAsBool(S.getCond(SeparateIter)); in EmitOMPInnerLoop()
323 PGO.createLoopWeights(S.getCond(SeparateIter), Cnt)); in EmitOMPInnerLoop()
421 bool SeparateIter = false; in EmitOMPSimdDirective() local
441 SeparateIter = true; in EmitOMPSimdDirective()
471 if (SeparateIter) { in EmitOMPSimdDirective()
H A DCodeGenFunction.h2034 bool SeparateIter = false);
2036 bool SeparateIter = false);
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h502 Expr *getCond(bool SeparateIter) const { in getCond() argument
505 (SeparateIter ? SeparatedCondOffset : CondOffset)))); in getCond()