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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 157 TripMultiple = SE->getSmallConstantTripMultiple(L, LatchBlock);
163 TripMultiple = L->getSmallConstantTripMultiple();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp 334 unsigned OuterTripMultiple = SE.getSmallConstantTripMultiple(L, Latch);
LoopUnrollPass.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 728 /// getSmallConstantTripMultiple - Returns the largest constant divisor of
733 unsigned getSmallConstantTripMultiple(Loop *L, BasicBlock *ExitBlock);
    [all...]
LoopInfo.h 594 /// getSmallConstantTripMultiple - Returns the largest constant divisor of the
603 unsigned getSmallConstantTripMultiple() const;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 220 /// getSmallConstantTripMultiple - Returns the largest constant divisor of the
229 unsigned Loop::getSmallConstantTripMultiple() const {
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolution.h 716 /// Implemented in terms of the \c getSmallConstantTripMultiple overload with
718 unsigned getSmallConstantTripMultiple(const Loop *L);
726 unsigned getSmallConstantTripMultiple(const Loop *L,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 447 TripMultiple = SE->getSmallConstantTripMultiple(L, ExitingBlock);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 747 milliseconds