Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp132 : L(L), LI(LI), LAI(LAI), DT(DT), PSE(LAI.getPSE()) {} in LoadEliminationForLoop()
489 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
495 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
507 LV.setSCEVChecks(LAI.getPSE().getUnionPredicate()); in processLoop()
DLoopDistribute.cpp696 const SCEVUnionPredicate &Pred = LAI->getPSE().getUnionPredicate(); in processLoop()
725 LVer.setSCEVChecks(LAI->getPSE().getUnionPredicate()); in processLoop()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp42 setSCEVChecks(LAI.getPSE().getUnionPredicate()); in LoopVersioning()
67 const SCEVUnionPredicate &Pred = LAI.getPSE().getUnionPredicate(); in versionLoop()
282 !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in runOnFunction()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h630 const PredicatedScalarEvolution &getPSE() const { return *PSE; } in getPSE() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4838 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()