reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
128 void stepBackward(const MachineInstr &MI);
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) {