Lines Matching refs:UpdateFlags
715 bool UpdateFlags;
720 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
722 UpdateFlags(UpdateFlags) {}
724 // FIXME: UpdateFlags is a workaround that creates live intervals for all
729 if (UpdateFlags)
1025 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) {
1034 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1040 bool UpdateFlags) {
1043 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);