Searched defs:LiveReg (Results 1 – 10 of 10) sorted by relevance
69 struct LiveReg { struct in __anon497b06830111::RAFast70 MachineInstr *LastUse; // Last instr to use reg.71 unsigned VirtReg; // Virtual register number.72 unsigned PhysReg; // Currently held here.73 unsigned short LastOpNum; // OpNum on LastUse.74 bool Dirty; // Register needs spill.76 explicit LiveReg(unsigned v) in LiveReg() function79 unsigned getSparseSetIndex() const { in getSparseSetIndex()
117 struct LiveReg { struct120 DomainValue *Value;126 int Def;
1081 MachineBasicBlock &BB, unsigned &LiveReg) { in isSpillCandBB()1303 unsigned LiveReg = 0; in runHoistSpills() local1425 unsigned LiveReg = Insert.second; in hoistAllSpills() local
413 unsigned LiveReg = LiveOp.getReg(); in canFoldCopy() local
94 struct LiveReg { struct in __anon192fad2b0111::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
84 struct LiveReg { struct in __anonfbe882250111::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