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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 86 /// ReMatMap - This is virtual register to re-materialized instruction
89 IndexedMap<MachineInstr*, VirtReg2IndexFunctor> ReMatMap;
149 Virt2SplitKillMap(SlotIndex()), ReMatMap(NULL),
277 return ReMatMap[virtReg] != NULL;
283 return ReMatMap[virtReg];
291 ReMatMap[virtReg] = def;
VirtRegMap.cpp 69 ReMatMap.clear();
99 ReMatMap.resize(NumRegs);

Completed in 57 milliseconds