Searched refs:LiveInReg (Results 1 – 3 of 3) sorted by relevance
141 struct LiveInReg { struct149 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument234 SmallVector<LiveInReg, 4> LiveIns;
767 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()1028 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()1134 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()1143 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle)); in computeInstrHeights()
2781 MCPhysReg LiveInReg = P.PhysReg; in visitMachineFunctionAfter() local2782 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter()2783 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()2787 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()2790 errs() << TRI->getName(LiveInReg) in visitMachineFunctionAfter()