Searched defs:LiveReg (Results 1 – 3 of 3) sorted by relevance
200 struct LiveReg { struct in __anon43a0a7eb0111::RegAllocFastImpl201 MachineInstr *LastUse = nullptr; ///< Last instr to use reg.202 Register VirtReg; ///< Virtual register number.203 MCPhysReg PhysReg = 0; ///< Currently held here.204 bool LiveOut = false; ///< Register is possibly live out.205 bool Reloaded = false; ///< Register was reloaded.206 bool Error = false; ///< Could not allocate.208 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} in LiveReg() argument210 unsigned getSparseSetIndex() const { in getSparseSetIndex()1721 for (const auto &LiveReg : MBB.liveouts()) in allocateBasicBlock() local
1348 MachineBasicBlock &BB, Register &LiveReg) { in isSpillCandBB()1565 Register LiveReg; in runHoistSpills() local1679 Register LiveReg = Insert.second; in hoistAllSpills() local
466 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local