Lines Matching refs:DeadDefs
486 removeRegLanes(RegOpers.DeadDefs, P); in collectInstr()
495 removeRegLanes(RegOpers.DeadDefs, P); in collectInstrLanes()
514 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
547 pushRegLanes(Reg, SubRegIdx, RegOpers.DeadDefs); in collectOperandLanes()
592 DeadDefs.push_back(*RI); in detectDeadDefs()
635 for (const RegisterMaskPair &P : DeadDefs) { in adjustLaneLiveness()
745 void RegPressureTracker::bumpDeadDefs(ArrayRef<RegisterMaskPair> DeadDefs) { in bumpDeadDefs() argument
746 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
752 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
770 bumpDeadDefs(RegOpers.DeadDefs); in recede()
942 bumpDeadDefs(RegOpers.DeadDefs); in advance()
1053 assert(RegOpers.DeadDefs.size() == 0); in bumpUpwardPressure()
1061 bumpDeadDefs(RegOpers.DeadDefs); in bumpUpwardPressure()
1329 bumpDeadDefs(RegOpers.DeadDefs); in bumpDownwardPressure()