Searched defs:LiveMapType (Results 1 – 2 of 2) sorted by relevance
37 struct LiveMapType { struct38 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {} in LiveMapType() function46 std::map<MachineBasicBlock*,RegisterAggr> Map;
33 typedef std::map<MachineBasicBlock*,RegisterSet> LiveMapType; typedef