Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:prWorst

335     prWorst.clear();
344 assert(!mapsPopulated && prWorst.empty() && vrWorst.empty() &&
349 WorstMapLine &pregLine = prWorst[preg];
412 PRWorstMap::const_iterator prwItr = prWorst.find(reg);
413 assert(prwItr != prWorst.end() && "Missing prWorst entry.");