Searched refs:getPSE (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 46 Preds(LAI.getPSE().getPredicate()), LAI(LAI), LI(LI), DT(DT), in LoopVersioning() 282 !LAI.getPSE().getPredicate().isAlwaysTrue())) { in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 175 : L(L), LI(LI), LAI(LAI), DT(DT), BFI(BFI), PSI(PSI), PSE(LAI.getPSE()) {} in LoadEliminationForLoop() 570 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop() 581 if (!Checks.empty() || !LAI.getPSE().getPredicate().isAlwaysTrue()) { in processLoop()
|
H A D | LoopDistribute.cpp | 769 const SCEVPredicate &Pred = LAI->getPSE().getPredicate(); in processLoop()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 710 const PredicatedScalarEvolution &getPSE() const { return *PSE; } in getPSE() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1157 PSE.addPredicate(LAI->getPSE().getPredicate()); in canVectorizeMemory()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 3087 LAI->getPSE().getPredicate().isAlwaysTrue()) in clear()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2320 PredicatedScalarEvolution PSE = LAI->getPSE(); in canTailPredicateLoop()
|