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

References

lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  268     unsigned OtherEnd = Other.KillInst ?
  269       Other.KillInstIdx : Other.LastInstIdx;
  269       Other.KillInstIdx : Other.LastInstIdx;
  271     return StartInstIdx <= OtherEnd && Other.StartInstIdx <= End;