Searched refs:LiveBefore (Results 1 – 2 of 2) sorted by relevance
1054 LaneBitmask LiveBefore = (LiveAfter & ~DefLanes) | UseLanes; in bumpUpwardPressure() local1058 decreaseRegPressure(Reg, LiveAfter, LiveAfter & LiveBefore); in bumpUpwardPressure()1064 LaneBitmask LiveBefore = LiveAfter | P.LaneMask; in bumpUpwardPressure() local1065 increaseRegPressure(Reg, LiveAfter, LiveBefore); in bumpUpwardPressure()
1816 const bool LiveBefore = SplitBefore != 0 || BI.LiveIn; in tryLocalSplit() local1823 if (!LiveBefore && !LiveAfter) { in tryLocalSplit()1831 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit()1845 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()1909 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit() local1911 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()