Searched refs:VRWorstMap (Results 1 – 2 of 2) sorted by relevance
174 typedef std::map<const TargetRegisterClass*, WorstMapLine> VRWorstMap; typedef175 VRWorstMap vrWorst;
417 VRWorstMap::const_iterator vrwItr = vrWorst.find(regTRC); in getWorst()