Home
last modified time | relevance | path

Searched defs:LiveReg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp200 struct LiveReg { struct in __anon43a0a7eb0111::RegAllocFastImpl
201 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() argument
210 unsigned getSparseSetIndex() const { in getSparseSetIndex()
1721 for (const auto &LiveReg : MBB.liveouts()) in allocateBasicBlock() local
H A DInlineSpiller.cpp1348 MachineBasicBlock &BB, Register &LiveReg) { in isSpillCandBB()
1565 Register LiveReg; in runHoistSpills() local
1679 Register LiveReg = Insert.second; in hoistAllSpills() local
H A DTargetInstrInfo.cpp466 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local