Home
last modified time | relevance | path

Searched refs:PRWorstMap (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h177 typedef std::map<unsigned, WorstMapLine> PRWorstMap; typedef
178 PRWorstMap prWorst;
DRenderMachineFunction.cpp412 PRWorstMap::const_iterator prwItr = prWorst.find(reg); in getWorst()