Searched defs:LiveReg (Results 1 – 7 of 7) sorted by relevance
69 struct LiveReg { struct in __anon7e78a8920111::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
84 struct LiveReg { struct in __anonac325ff40111::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