Lines Matching defs:UpdateFlags
1000 bool UpdateFlags;
1005 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
1007 UpdateFlags(UpdateFlags) {}
1009 // FIXME: UpdateFlags is a workaround that creates live intervals for all
1014 if (UpdateFlags && !MRI.isReservedRegUnit(Unit))
1523 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) {
1535 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1540 bool UpdateFlags) {
1558 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);