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.cpp311 Dir->setPreCond(Exprs.PreCond); in Create()
346 Dir->setPreCond(Exprs.PreCond); in Create()
522 Dir->setPreCond(Exprs.PreCond); in Create()
669 Dir->setPreCond(Exprs.PreCond); in Create()
714 Dir->setPreCond(Exprs.PreCond); in Create()
1063 Dir->setPreCond(Exprs.PreCond); in Create()
1167 Dir->setPreCond(Exprs.PreCond); in Create()
1212 Dir->setPreCond(Exprs.PreCond); in Create()
1255 Dir->setPreCond(Exprs.PreCond); in Create()
1300 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2616 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local
2620 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()
2624 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()
2627 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h750 Expr *PreCond; member
816 NumIterations != nullptr && PreCond != nullptr && in builtAll()
828 PreCond = nullptr; in clear()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7672 Expr *PreCond = nullptr; member
9295 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
9332 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
9791 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local
9818 if (PreCond.isUsable()) { in checkOpenMPLoop()
9819 PreCond = in checkOpenMPLoop()
9820 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()
9821 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
10333 Built.PreCond = PreCond.get(); in checkOpenMPLoop()