Lines Matching refs:LiveAfter
603 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local
609 (LiveAfter & ~I->LaneMask).none()) in adjustLaneLiveness()
612 LaneBitmask ActualDef = I->LaneMask & LiveAfter; in adjustLaneLiveness()
630 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local
632 if (LiveAfter.none()) in adjustLaneLiveness()
1057 LaneBitmask LiveAfter = LiveRegs.contains(Reg); in bumpUpwardPressure() local
1060 LaneBitmask LiveBefore = (LiveAfter & ~DefLanes) | UseLanes; in bumpUpwardPressure()
1065 decreaseRegPressure(Reg, LiveAfter, LiveAfter & LiveBefore); in bumpUpwardPressure()
1066 increaseRegPressure(Reg, LiveAfter, ~LiveAfter & LiveBefore); in bumpUpwardPressure()
1075 LaneBitmask LiveAfter = LiveRegs.contains(Reg); in bumpUpwardPressure() local
1076 LaneBitmask LiveBefore = LiveAfter | P.LaneMask; in bumpUpwardPressure()
1077 increaseRegPressure(Reg, LiveAfter, LiveBefore); in bumpUpwardPressure()