Home
last modified time | relevance | path

Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp267 Dir->setPreCond(Exprs.PreCond); in Create()
302 Dir->setPreCond(Exprs.PreCond); in Create()
369 Dir->setPreCond(Exprs.PreCond); in Create()
499 Dir->setPreCond(Exprs.PreCond); in Create()
544 Dir->setPreCond(Exprs.PreCond); in Create()
837 Dir->setPreCond(Exprs.PreCond); in Create()
941 Dir->setPreCond(Exprs.PreCond); in Create()
986 Dir->setPreCond(Exprs.PreCond); in Create()
1029 Dir->setPreCond(Exprs.PreCond); in Create()
1074 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1989 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local
1993 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()
1997 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()
2000 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h745 Expr *PreCond; member
811 NumIterations != nullptr && PreCond != nullptr && in builtAll()
823 PreCond = nullptr; in clear()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7132 Expr *PreCond = nullptr; member
8640 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
8676 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
9006 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local
9033 if (PreCond.isUsable()) { in checkOpenMPLoop()
9034 PreCond = in checkOpenMPLoop()
9035 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()
9036 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9537 Built.PreCond = PreCond.get(); in checkOpenMPLoop()