Searched refs:RegionPressure (Results 1 – 3 of 3) sorted by relevance
122 void RegionPressure::reset() { in reset()139 void RegionPressure::openTop(MachineBasicBlock::const_iterator PrevTop) { in openTop()155 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom()191 static_cast<RegionPressure&>(P).reset(); in reset()235 return (static_cast<RegionPressure&>(P).TopPos == in isTopClosed()243 return (static_cast<RegionPressure&>(P).BottomPos == in isBottomClosed()262 static_cast<RegionPressure&>(P).TopPos = CurrPos; in closeTop()274 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()526 static_cast<RegionPressure&>(P).openTop(CurrPos); in recede()607 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()
925 const std::vector<unsigned> &RegionPressure = in initRegPressure() local927 for (unsigned i = 0, e = RegionPressure.size(); i < e; ++i) { in initRegPressure()929 if (RegionPressure[i] > Limit) { in initRegPressure()932 << " Actual " << RegionPressure[i] << "\n"); in initRegPressure()
65 struct RegionPressure : RegisterPressure { struct306 RegPressureTracker(RegionPressure &rp) :