Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp94 struct LiveReg { struct in __anon04051a820111::RegAllocFast
95 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() function
104 unsigned getSparseSetIndex() const { in getSparseSetIndex()
1514 for (const auto &LiveReg : MBB.liveouts()) in allocateBasicBlock() local
H A DInlineSpiller.cpp1280 MachineBasicBlock &BB, Register &LiveReg) { in isSpillCandBB()
1497 Register LiveReg; in runHoistSpills() local
1612 Register LiveReg = Insert.second; in hoistAllSpills() local
H A DTargetInstrInfo.cpp455 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local