Lines Matching full:cycles
94 // Add up per-processor resource cycles as well.
118 PRCycles[PI->ProcResourceIdx] += PI->Cycles;
123 // Scale the resource cycles so they are comparable.
332 // Ignore cycles that aren't natural loops.
362 // Ignore cycles that aren't natural loops.
453 // To is a new block. Mark the block as visited in case the CFG has cycles
573 Cycles.erase(I);
775 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
852 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth;
860 InstrCycles &MICycles = Cycles[UseMI];
1065 unsigned Height = TBI.Succ ? Cycles.lookup(PHI).Height : 0;
1104 InstrCycles &MICycles = Cycles[MI];
1222 PRCycles += (PI->Cycles * TE.MTM.SchedModel.getResourceFactor(K));
1284 cycles.";