reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 MachineInstr &MI = *I; 493 !TII->isSafeToClobberEFLAGS(MBB, I)) 502 LLVM_DEBUG(dbgs() << "FixLEA: Candidate to replace:"; I->dump();); 510 BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src); 518 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), ADDri, DstR) 524 MBB.erase(I); 525 I = NewMI;