Searched refs:LIR (Results 1 – 2 of 2) sorted by relevance
780 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath() local781 if (!LIR.Reg.isVirtual()) in computeCrossBlockCriticalPath()783 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeCrossBlockCriticalPath()788 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()1140 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()1141 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeInstrHeights()1142 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()1143 LLVM_DEBUG(dbgs() << ' ' << printReg(LIR.Reg) << '@' << LIR.Height); in computeInstrHeights()
268 LoopIdiomRecognize LIR(&AR.AA, &AR.DT, &AR.LI, &AR.SE, &AR.TLI, &AR.TTI, in run() local270 if (!LIR.runOnLoop(&L)) in run()