Home
last modified time | relevance | path

Searched refs:getUnionPredicate (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp42 setSCEVChecks(LAI.getPSE().getUnionPredicate()); in LoopVersioning()
67 const SCEVUnionPredicate &Pred = LAI.getPSE().getUnionPredicate(); in versionLoop()
285 !LAI.getPSE().getUnionPredicate().isAlwaysTrue())) { in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp525 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
531 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
549 LV.setSCEVChecks(LAI.getPSE().getUnionPredicate()); in processLoop()
H A DLoopDistribute.cpp771 const SCEVUnionPredicate &Pred = LAI->getPSE().getUnionPredicate(); in processLoop()
806 LVer.setSCEVChecks(LAI->getPSE().getUnionPredicate()); in processLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp579 if (PSE.getUnionPredicate().isAlwaysTrue()) { in addInductionPhi()
796 if (PSE.getUnionPredicate().isAlwaysTrue()) { in canVectorizeInstrs()
850 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()
1139 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
H A DLoopVectorize.cpp2554 Exp.expandCodeForPredicate(&PSE.getUnionPredicate(), BB->getTerminator()); in emitSCEVChecks()
4653 if (!PSE.getUnionPredicate().getPredicates().empty()) { in computeMaxVF()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1935 const SCEVUnionPredicate &getUnionPredicate() const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2327 PSE->getUnionPredicate().print(OS, Depth); in print()
H A DScalarEvolution.cpp12322 const SCEVUnionPredicate &PredicatedScalarEvolution::getUnionPredicate() const { in getUnionPredicate() function in PredicatedScalarEvolution