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

References

include/llvm/CodeGen/BasicTTIImpl.h
  501     UP.BEInsns = 2;
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  147   assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!");
  148   return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;
  148   return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;
  338                           Convergent, TTI, EphValues, UP.BEInsns);
  341                           TTI, EphValues, UP.BEInsns);
lib/Transforms/Scalar/LoopUnrollPass.cpp
  197   UP.BEInsns = 2;
  724   assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!");
  725   return (uint64_t)(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;
  725   return (uint64_t)(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;
  865             (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) /
  865             (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) /
  866             (LoopSize - UP.BEInsns);
 1060                           TTI, EphValues, UP.BEInsns);