HomeSort by relevance Sort by last modified time
    Searched refs:WorstMapLine (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 173 typedef std::map<const TargetRegisterClass*, unsigned> WorstMapLine;
174 typedef std::map<const TargetRegisterClass*, WorstMapLine> VRWorstMap;
177 typedef std::map<unsigned, WorstMapLine> PRWorstMap;
RenderMachineFunction.cpp 349 WorstMapLine &pregLine = prWorst[preg];
374 WorstMapLine &classLine = vrWorst[trc1];
410 const WorstMapLine *wml = 0;
422 WorstMapLine::const_iterator wmlItr = wml->find(trc);
    [all...]

Completed in 777 milliseconds