Home
last modified time | relevance | path

Searched refs:LIR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp780 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath() local
781 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp268 LoopIdiomRecognize LIR(&AR.AA, &AR.DT, &AR.LI, &AR.SE, &AR.TLI, &AR.TTI, in run() local
270 if (!LIR.runOnLoop(&L)) in run()