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

Declarations

include/llvm/Transforms/Utils/LoopRotationUtils.h
   33 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,

References

lib/Transforms/Scalar/LoopRotation.cpp
   47   bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE,
  105     return LoopRotation(L, LI, TTI, AC, &DT, &SE,