Searched refs:RegionPressure (Results 1 – 3 of 3) sorted by relevance
111 void RegionPressure::reset() { in reset()128 void RegionPressure::openTop(MachineBasicBlock::const_iterator PrevTop) { in openTop()144 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom()168 static_cast<RegionPressure&>(P).reset(); in reset()214 return (static_cast<RegionPressure&>(P).TopPos == in isTopClosed()222 return (static_cast<RegionPressure&>(P).BottomPos == in isBottomClosed()241 static_cast<RegionPressure&>(P).TopPos = CurrPos; in closeTop()259 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()469 static_cast<RegionPressure&>(P).openTop(CurrPos); in recede()574 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()
889 const std::vector<unsigned> &RegionPressure = in initRegPressure() local891 for (unsigned i = 0, e = RegionPressure.size(); i < e; ++i) { in initRegPressure()893 if (RegionPressure[i] > Limit) { in initRegPressure()896 << " Actual " << RegionPressure[i] << "\n"); in initRegPressure()
80 struct RegionPressure : RegisterPressure { struct291 RegPressureTracker(RegionPressure &rp) :