Lines Matching refs:DeadDefs
471 removeRegLanes(RegOpers.DeadDefs, P); in collectInstr()
480 removeRegLanes(RegOpers.DeadDefs, P); in collectInstrLanes()
499 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
531 pushRegLanes(Reg, SubRegIdx, RegOpers.DeadDefs); in collectOperandLanes()
575 DeadDefs.push_back(*RI); in detectDeadDefs()
618 for (const RegisterMaskPair &P : DeadDefs) { in adjustLaneLiveness()
728 void RegPressureTracker::bumpDeadDefs(ArrayRef<RegisterMaskPair> DeadDefs) { in bumpDeadDefs() argument
729 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
735 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
753 bumpDeadDefs(RegOpers.DeadDefs); in recede()
919 bumpDeadDefs(RegOpers.DeadDefs); in advance()
1030 assert(RegOpers.DeadDefs.size() == 0); in bumpUpwardPressure()
1038 bumpDeadDefs(RegOpers.DeadDefs); in bumpUpwardPressure()
1306 bumpDeadDefs(RegOpers.DeadDefs); in bumpDownwardPressure()