Searched refs:WorstMapLine (Results 1 – 2 of 2) sorted by relevance
173 typedef std::map<const TargetRegisterClass*, unsigned> WorstMapLine; typedef174 typedef std::map<const TargetRegisterClass*, WorstMapLine> VRWorstMap;177 typedef std::map<unsigned, WorstMapLine> PRWorstMap;
349 WorstMapLine &pregLine = prWorst[preg]; in initWorst()374 WorstMapLine &classLine = vrWorst[trc1]; in initWorst()410 const WorstMapLine *wml = 0; in getWorst()422 WorstMapLine::const_iterator wmlItr = wml->find(trc); in getWorst()