Searched defs:LiveReg (Results 1 – 3 of 3) sorted by relevance
84 struct LiveReg { struct in __anond82fbc350111::RegAllocFast85 MachineInstr *LastUse = nullptr; ///< Last instr to use reg.86 Register VirtReg; ///< Virtual register number.87 MCPhysReg PhysReg = 0; ///< Currently held here.88 unsigned short LastOpNum = 0; ///< OpNum on LastUse.89 bool Dirty = false; ///< Register needs spill.91 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} in LiveReg() argument93 unsigned getSparseSetIndex() const { in getSparseSetIndex()
1171 MachineBasicBlock &BB, unsigned &LiveReg) { in isSpillCandBB()1391 unsigned LiveReg = 0; in runHoistSpills() local1506 unsigned LiveReg = Insert.second; in hoistAllSpills() local
448 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local