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()
632 for (const RegisterMaskPair &P : DeadDefs) { in adjustLaneLiveness()
742 void RegPressureTracker::bumpDeadDefs(ArrayRef<RegisterMaskPair> DeadDefs) { in bumpDeadDefs() argument
743 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
749 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
767 bumpDeadDefs(RegOpers.DeadDefs); in recede()
939 bumpDeadDefs(RegOpers.DeadDefs); in advance()
1050 assert(RegOpers.DeadDefs.size() == 0); in bumpUpwardPressure()
1058 bumpDeadDefs(RegOpers.DeadDefs); in bumpUpwardPressure()
1326 bumpDeadDefs(RegOpers.DeadDefs); in bumpDownwardPressure()