Searched refs:LiveInReg (Results 1 – 3 of 3) sorted by relevance
157 struct LiveInReg { struct165 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument250 SmallVector<LiveInReg, 4> LiveIns;
808 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()1065 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()1168 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()1176 TBI.LiveIns.push_back(LiveInReg(RU.RegUnit, RU.Cycle)); in computeInstrHeights()
3466 MCRegister LiveInReg = P.PhysReg; in visitMachineFunctionAfter() local3467 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter()3468 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()3472 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()3475 OS << TRI->getName(LiveInReg) << " not found to be live out from " in visitMachineFunctionAfter()