Searched refs:RegionPressure (Results 1 – 3 of 3) sorted by relevance
142 void RegionPressure::reset() { in reset()159 void RegionPressure::openTop(MachineBasicBlock::const_iterator PrevTop) { in openTop()175 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom()211 static_cast<RegionPressure&>(P).reset(); in reset()255 return (static_cast<RegionPressure&>(P).TopPos == in isTopClosed()263 return (static_cast<RegionPressure&>(P).BottomPos == in isBottomClosed()282 static_cast<RegionPressure&>(P).TopPos = CurrPos; in closeTop()294 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()819 static_cast<RegionPressure&>(P).openTop(CurrPos); in recedeSkipDebugValues()867 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()
942 const std::vector<unsigned> &RegionPressure = in initRegPressure() local944 for (unsigned i = 0, e = RegionPressure.size(); i < e; ++i) { in initRegPressure()946 if (RegionPressure[i] > Limit) { in initRegPressure()949 << " Actual " << RegionPressure[i] << "\n"); in initRegPressure()
73 struct RegionPressure : RegisterPressure { struct384 RegPressureTracker(RegionPressure &rp) :