Searched refs:LiveRegionEnd (Results 1 – 2 of 2) sorted by relevance
857 LiveRegionEnd = (RegionEnd == bb->end()) ? RegionEnd : std::next(RegionEnd); in enterRegion()868 BotRPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd); in initRegPressure()897 if (LiveRegionEnd != RegionEnd) { in initRegPressure()1075 RPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in buildDAGWithRegPressure()1079 if (LiveRegionEnd != RegionEnd) in buildDAGWithRegPressure()
355 MachineBasicBlock::iterator LiveRegionEnd; variable