Home
last modified time | relevance | path

Searched refs:getPSE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp46 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 DLoopLoadElimination.cpp175 : 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 DLoopDistribute.cpp769 const SCEVPredicate &Pred = LAI->getPSE().getPredicate(); in processLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h710 const PredicatedScalarEvolution &getPSE() const { return *PSE; } in getPSE() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1157 PSE.addPredicate(LAI->getPSE().getPredicate()); in canVectorizeMemory()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3087 LAI->getPSE().getPredicate().isAlwaysTrue()) in clear()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2320 PredicatedScalarEvolution PSE = LAI->getPSE(); in canTailPredicateLoop()