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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 84 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
85 auto *SE = SEWP ? &SEWP->getSE() : nullptr;
LoopUnswitch.cpp     [all...]
SimpleLoopUnswitch.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 330 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
331 SE = SEWP ? &SEWP->getSE() : nullptr;
LoopSimplify.cpp 776 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
777 ScalarEvolution *SE = SEWP ? &SEWP->getSE() : nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LCSSA.cpp 446 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
447 SE = SEWP ? &SEWP->getSE() : nullptr;
LoopSimplify.cpp 767 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
768 ScalarEvolution *SE = SEWP ? &SEWP->getSE() : nullptr;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 674 auto *SEWP = getAnalysisIfAvailable<ScalarEvolutionWrapperPass>();
675 auto *SE = SEWP ? &SEWP->getSE() : nullptr;
LoopUnswitch.cpp     [all...]

Completed in 587 milliseconds