Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:vrWorst

336     vrWorst.clear();
344 assert(!mapsPopulated && prWorst.empty() && vrWorst.empty() &&
374 WorstMapLine &classLine = vrWorst[trc1];
417 VRWorstMap::const_iterator vrwItr = vrWorst.find(regTRC);
418 assert(vrwItr != vrWorst.end() && "Missing vrWorst entry.");