Lines Matching refs:Cycles
130 PRCycles[PI->ProcResourceIdx] += PI->Cycles; in getResources()
583 Cycles.erase(&I); in invalidate()
776 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
801 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth()
809 InstrCycles &MICycles = Cycles[&UseMI]; in updateDepth()
1082 unsigned Height = TBI.Succ ? Cycles.lookup(&PHI).Height : 0; in computeInstrHeights()
1121 InstrCycles &MICycles = Cycles[&MI]; in computeInstrHeights()
1237 unsigned Cycles = 0; in getResourceLength() local
1247 Cycles += in getResourceLength()
1248 (PI->Cycles * TE.MTM.SchedModel.getResourceFactor(ResourceIdx)); in getResourceLength()
1251 return Cycles; in getResourceLength()