Searched defs:LiveReg (Results 1 – 3 of 3) sorted by relevance
94 struct LiveReg { struct in __anon04051a820111::RegAllocFast95 MachineInstr *LastUse = nullptr; ///< Last instr to use reg.96 Register VirtReg; ///< Virtual register number.97 MCPhysReg PhysReg = 0; ///< Currently held here.98 bool LiveOut = false; ///< Register is possibly live out.99 bool Reloaded = false; ///< Register was reloaded.100 bool Error = false; ///< Could not allocate.102 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} in LiveReg() function104 unsigned getSparseSetIndex() const { in getSparseSetIndex()1514 for (const auto &LiveReg : MBB.liveouts()) in allocateBasicBlock() local
1280 MachineBasicBlock &BB, Register &LiveReg) { in isSpillCandBB()1497 Register LiveReg; in runHoistSpills() local1612 Register LiveReg = Insert.second; in hoistAllSpills() local
455 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local