Lines Matching refs:DeadDefs
444 removeRegLanes(RegOpers.DeadDefs, P); in collectInstr()
453 removeRegLanes(RegOpers.DeadDefs, P); in collectInstrLanes()
472 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
504 pushRegLanes(Reg, SubRegIdx, RegOpers.DeadDefs); in collectOperandLanes()
550 DeadDefs.push_back(*RI); in detectDeadDefs()
593 for (const RegisterMaskPair &P : DeadDefs) { in adjustLaneLiveness()
705 void RegPressureTracker::bumpDeadDefs(ArrayRef<RegisterMaskPair> DeadDefs) { in bumpDeadDefs() argument
706 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
712 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
730 bumpDeadDefs(RegOpers.DeadDefs); in recede()
897 bumpDeadDefs(RegOpers.DeadDefs); in advance()
1010 assert(RegOpers.DeadDefs.size() == 0); in bumpUpwardPressure()
1018 bumpDeadDefs(RegOpers.DeadDefs); in bumpUpwardPressure()
1284 bumpDeadDefs(RegOpers.DeadDefs); in bumpDownwardPressure()