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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 103 /// RestorePt2VirtMap - This records the virtual registers which should
106 std::map<MachineInstr*, std::vector<unsigned> > RestorePt2VirtMap;
350 return RestorePt2VirtMap.find(Pt) != RestorePt2VirtMap.end();
356 return RestorePt2VirtMap[Pt];
362 RestorePt2VirtMap.find(Pt);
363 if (I != RestorePt2VirtMap.end())
368 RestorePt2VirtMap.insert(std::make_pair(Pt, Virts));
376 RestorePt2VirtMap.find(Old);
377 if (I == RestorePt2VirtMap.end()
    [all...]
VirtRegMap.cpp 74 RestorePt2VirtMap.clear();
220 RestorePt2VirtMap.erase(MI);

Completed in 79 milliseconds