Searched refs:LiveInReg (Results 1 – 2 of 2) sorted by relevance
120 struct LiveInReg { struct128 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument216 SmallVector<LiveInReg, 4> LiveIns;
762 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()1005 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()1111 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()1120 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle)); in computeInstrHeights()