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

References

lib/Transforms/Scalar/LoopUnrollPass.cpp
  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;
  725   return (uint64_t)(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;