Lines Matching defs:UpdateFlags
1033 bool UpdateFlags;
1038 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
1040 UpdateFlags(UpdateFlags) {}
1042 // FIXME: UpdateFlags is a workaround that creates live intervals for all
1047 if (UpdateFlags && !MRI.isReservedRegUnit(Unit))
1559 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) {
1571 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1576 bool UpdateFlags) {
1594 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);