Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveReg

69     struct LiveReg {
76 explicit LiveReg(unsigned v)
84 typedef SparseSet<LiveReg> LiveRegMap;
174 void addKillFlag(const LiveReg&);
183 void assignVirtToPhysReg(LiveReg&, unsigned PhysReg);
237 void RAFast::addKillFlag(const LiveReg &LR) {
281 LiveReg &LR = *LRI;
507 void RAFast::assignVirtToPhysReg(LiveReg &LR, unsigned PhysReg) {
606 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg));
640 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg));