Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FoldMI

1772             if (MachineInstr *FoldMI =
1774 // Update LocalMIs since we replaced MI with FoldMI and deleted
1777 LLVM_DEBUG(dbgs() << " With: " << *FoldMI);
1780 LocalMIs.insert(FoldMI);
1787 // MI is replaced with FoldMI so we can continue trying to fold
1789 MI = FoldMI;