Searched refs:PressureMapLine (Results 1 – 2 of 2) sorted by relevance
183 typedef std::map<const TargetRegisterClass*, unsigned> PressureMapLine; typedef184 typedef std::map<SlotIndex, PressureMapLine> PressureMap;
504 const PressureMapLine &pmLine = pmItr->second; in getPressureAtSlot()505 PressureMapLine::const_iterator pmlItr = pmLine.find(trc); in getPressureAtSlot()