Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveReg

72     struct LiveReg {
78 LiveReg(unsigned p=0) : LastUse(0), PhysReg(p), LastOpNum(0),
82 typedef DenseMap<unsigned, LiveReg> LiveRegMap;
153 void addKillFlag(const LiveReg&);
212 void RAFast::addKillFlag(const LiveReg &LR) {
226 const LiveReg &LR = LRI->second;
256 LiveReg &LR = LRI->second;
547 tie(LRI, New) = LiveVirtRegs.insert(std::make_pair(VirtReg, LiveReg()));
548 LiveReg &LR = LRI->second;
581 tie(LRI, New) = LiveVirtRegs.insert(std::make_pair(VirtReg, LiveReg()));
582 LiveReg &LR = LRI->second;