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

Declarations

lib/Transforms/Vectorize/LoopVectorize.cpp
  612   Value *getOrCreateTripCount(Loop *NewLoop);

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 2605   Value *TC = getOrCreateTripCount(L);
 2679   Value *Count = getOrCreateTripCount(L);
 2961   Value *Count = getOrCreateTripCount(Lp);
 6503   State.TripCount = ILV.getOrCreateTripCount(nullptr);