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.cpp808 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath() local
809 if (!LIR.Reg.isVirtual()) in computeCrossBlockCriticalPath()
811 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeCrossBlockCriticalPath()
816 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
1168 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()
1169 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeInstrHeights()
1170 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()
1171 LLVM_DEBUG(dbgs() << ' ' << printReg(LIR.Reg) << '@' << LIR.Height); in computeInstrHeights()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp291 LoopIdiomRecognize LIR(&AR.AA, &AR.DT, &AR.LI, &AR.SE, &AR.TLI, &AR.TTI, in run() local
293 if (!LIR.runOnLoop(&L)) in run()