Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp286 Dir->setPreCond(Exprs.PreCond); in Create()
321 Dir->setPreCond(Exprs.PreCond); in Create()
407 Dir->setPreCond(Exprs.PreCond); in Create()
537 Dir->setPreCond(Exprs.PreCond); in Create()
582 Dir->setPreCond(Exprs.PreCond); in Create()
875 Dir->setPreCond(Exprs.PreCond); in Create()
979 Dir->setPreCond(Exprs.PreCond); in Create()
1024 Dir->setPreCond(Exprs.PreCond); in Create()
1067 Dir->setPreCond(Exprs.PreCond); in Create()
1112 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2035 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local
2039 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()
2043 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()
2046 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7148 Expr *PreCond = nullptr; member
8646 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
8682 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local
9057 if (PreCond.isUsable()) { in checkOpenMPLoop()
9058 PreCond = in checkOpenMPLoop()
9059 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()
9060 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9571 Built.PreCond = PreCond.get(); in checkOpenMPLoop()