Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp98 Dir->setPreCond(Exprs.PreCond); in Create()
138 Dir->setPreCond(Exprs.PreCond); in Create()
188 Dir->setPreCond(Exprs.PreCond); in Create()
351 Dir->setPreCond(Exprs.PreCond); in Create()
400 Dir->setPreCond(Exprs.PreCond); in Create()
740 Dir->setPreCond(Exprs.PreCond); in Create()
882 Dir->setPreCond(Exprs.PreCond); in Create()
931 Dir->setPreCond(Exprs.PreCond); in Create()
979 Dir->setPreCond(Exprs.PreCond); in Create()
1053 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1714 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local
1718 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()
1722 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()
1725 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h674 Expr *PreCond; member
731 NumIterations != nullptr && PreCond != nullptr && in builtAll()
741 PreCond = nullptr; in clear()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4690 Expr *PreCond = nullptr; member
4880 ResultIterSpace.PreCond = in checkOpenMPIterationSpace()
4896 HasErrors |= (ResultIterSpace.PreCond == nullptr || in checkOpenMPIterationSpace()
5217 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local
5244 if (PreCond.isUsable()) { in checkOpenMPLoop()
5245 PreCond = in checkOpenMPLoop()
5246 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()
5247 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
5676 Built.PreCond = PreCond.get(); in checkOpenMPLoop()