Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp310 Dir->setPreCond(Exprs.PreCond); in Create()
347 Dir->setPreCond(Exprs.PreCond); in Create()
501 Dir->setPreCond(Exprs.PreCond); in Create()
648 Dir->setPreCond(Exprs.PreCond); in Create()
693 Dir->setPreCond(Exprs.PreCond); in Create()
1025 Dir->setPreCond(Exprs.PreCond); in Create()
1129 Dir->setPreCond(Exprs.PreCond); in Create()
1174 Dir->setPreCond(Exprs.PreCond); in Create()
1217 Dir->setPreCond(Exprs.PreCond); in Create()
1262 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2311 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local
2315 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()
2319 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()
2322 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h766 Expr *PreCond; member
832 NumIterations != nullptr && PreCond != nullptr && in builtAll()
844 PreCond = nullptr; in clear()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7719 Expr *PreCond = nullptr; member
9254 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
9291 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
9703 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local
9730 if (PreCond.isUsable()) { in checkOpenMPLoop()
9731 PreCond = in checkOpenMPLoop()
9732 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()
9733 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
10245 Built.PreCond = PreCond.get(); in checkOpenMPLoop()