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

References

lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  216     assert((KillInstIdx == 0 || LastInstIdx < KillInstIdx) &&
  216     assert((KillInstIdx == 0 || LastInstIdx < KillInstIdx) &&
  235     KillInstIdx = Idx;
  237     assert((KillInstIdx == 0 || LastInstIdx < KillInstIdx) &&
  237     assert((KillInstIdx == 0 || LastInstIdx < KillInstIdx) &&
  267     unsigned End = KillInst ? KillInstIdx : LastInstIdx;
  269       Other.KillInstIdx : Other.LastInstIdx;