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

Declarations

include/llvm/CodeGen/LiveRegUnits.h
  128   void stepBackward(const MachineInstr &MI);

References

include/llvm/CodeGen/MachineOutliner.h
  151                   [this](MachineInstr &MI) { LRU.stepBackward(MI); });
lib/CodeGen/RegisterScavenging.cpp
  264   LiveUnits.stepBackward(MI);
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  506     Units.stepBackward(*I);
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  716     for (auto I = MBB->rbegin(); I != MBB->rend(); LR.stepBackward(*I), ++I) {