Lines Matching refs:DeadDefs
485 removeRegLanes(RegOpers.DeadDefs, P); in collectInstr()
494 removeRegLanes(RegOpers.DeadDefs, P); in collectInstrLanes()
513 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
545 pushRegLanes(Reg, SubRegIdx, RegOpers.DeadDefs); in collectOperandLanes()
589 DeadDefs.push_back(*RI); in detectDeadDefs()
626 for (const RegisterMaskPair &P : DeadDefs) { in adjustLaneLiveness()
736 void RegPressureTracker::bumpDeadDefs(ArrayRef<RegisterMaskPair> DeadDefs) { in bumpDeadDefs() argument
737 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
743 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
761 bumpDeadDefs(RegOpers.DeadDefs); in recede()
933 bumpDeadDefs(RegOpers.DeadDefs); in advance()
1044 assert(RegOpers.DeadDefs.empty()); in bumpUpwardPressure()
1052 bumpDeadDefs(RegOpers.DeadDefs); in bumpUpwardPressure()
1329 bumpDeadDefs(RegOpers.DeadDefs); in bumpDownwardPressure()