Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OldIndex

1264   SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1267 assert(getMBBStartIdx(MI->getParent()) <= OldIndex &&
1268 OldIndex < getMBBEndIdx(MI->getParent()) &&
1271 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1278 SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1280 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);