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

Declarations

lib/Target/PowerPC/PPCTargetTransformInfo.h
   56   bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,

References

include/llvm/Analysis/TargetTransformInfo.h
 1466     return Impl.isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo);
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  954   if (!isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo))