Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OldIndex

1526   SlotIndex OldIndex = indexes_->getInstructionIndex(MI);
1531 assert(getMBBStartIdx(MI->getParent()) <= OldIndex &&
1532 OldIndex < getMBBEndIdx(MI->getParent()) &&
1537 HME.moveAllRangesFrom(MI, OldIndex);