Searched refs:LiveBefore (Results 1 – 2 of 2) sorted by relevance
1060 LaneBitmask LiveBefore = (LiveAfter & ~DefLanes) | UseLanes; in bumpUpwardPressure() local1065 decreaseRegPressure(Reg, LiveAfter, LiveAfter & LiveBefore); in bumpUpwardPressure()1066 increaseRegPressure(Reg, LiveAfter, ~LiveAfter & LiveBefore); in bumpUpwardPressure()1076 LaneBitmask LiveBefore = LiveAfter | P.LaneMask; in bumpUpwardPressure() local1077 increaseRegPressure(Reg, LiveAfter, LiveBefore); in bumpUpwardPressure()
1680 const bool LiveBefore = SplitBefore != 0 || BI.LiveIn; in tryLocalSplit() local1687 if (!LiveBefore && !LiveAfter) { in tryLocalSplit()1695 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit()1709 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()1773 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit() local1775 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()