Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h269 typedef std::map<const LiveInterval*, const LiveInterval*> SpillForMap; typedef
270 SpillForMap spillFor;
DRenderMachineFunction.cpp980 SpillForMap::const_iterator sfItr = spillFor.find(li); in isSpill()