Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OldIndex

1045   SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1048 assert(getMBBStartIdx(MI->getParent()) <= OldIndex &&
1049 OldIndex < getMBBEndIdx(MI->getParent()) &&
1052 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1059 SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1061 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);