reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ScalarEvolution.h
  689   unsigned getSmallConstantTripCount(const Loop *L);

References

lib/Analysis/Loads.cpp
  230   auto TC = SE.getSmallConstantTripCount(L);
lib/Analysis/LoopCacheAnalysis.cpp
  461     unsigned TripCount = SE.getSmallConstantTripCount(L);
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
   83       SE.getSmallConstantTripCount(L) == 0 &&
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  505   unsigned ConstTripCount = SE.getSmallConstantTripCount(L);
lib/Transforms/Vectorize/LoopVectorize.cpp
  367   if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L))
 4866   unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop);