Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp169 : L(L), LI(LI), LAI(LAI), DT(DT), BFI(BFI), PSI(PSI), PSE(LAI.getPSE()) {} in LoadEliminationForLoop()
533 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
544 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
H A DLoopDistribute.cpp773 const SCEVUnionPredicate &Pred = LAI->getPSE().getUnionPredicate(); in processLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp45 Preds(LAI.getPSE().getUnionPredicate()), LAI(LAI), LI(LI), DT(DT), in LoopVersioning()
282 !LAI.getPSE().getUnionPredicate().isAlwaysTrue())) { in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h591 const PredicatedScalarEvolution &getPSE() const { return *PSE; } in getPSE() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp882 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2010 PredicatedScalarEvolution PSE = LAI->getPSE(); in canTailPredicateLoop()