Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp310 Dir->setPreCond(Exprs.PreCond); in Create()
347 Dir->setPreCond(Exprs.PreCond); in Create()
463 Dir->setPreCond(Exprs.PreCond); in Create()
610 Dir->setPreCond(Exprs.PreCond); in Create()
655 Dir->setPreCond(Exprs.PreCond); in Create()
987 Dir->setPreCond(Exprs.PreCond); in Create()
1091 Dir->setPreCond(Exprs.PreCond); in Create()
1136 Dir->setPreCond(Exprs.PreCond); in Create()
1179 Dir->setPreCond(Exprs.PreCond); in Create()
1224 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2094 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local
2098 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()
2102 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()
2105 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7913 Expr *PreCond = nullptr; member
9449 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
9486 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
9858 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local
9885 if (PreCond.isUsable()) { in checkOpenMPLoop()
9886 PreCond = in checkOpenMPLoop()
9887 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()
9888 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
10400 Built.PreCond = PreCond.get(); in checkOpenMPLoop()