HomeSort by relevance Sort by last modified time
    Searched refs:SEWP (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 325 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
326 SE = SEWP ? &SEWP->getSE() : nullptr;
LoopSimplify.cpp 788 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
789 SE = SEWP ? &SEWP->getSE() : nullptr;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 602 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
603 auto *SE = SEWP ? &SEWP->getSE() : nullptr;
LICM.cpp 277 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
278 formLCSSARecursively(*L, *DT, LI, SEWP ? &SEWP->getSE() : nullptr);
    [all...]
LoopUnswitch.cpp     [all...]

Completed in 424 milliseconds