Home | History | Annotate | Download | only in codegen

Lines Matching refs:getCycles

1979    int getCycles(const Instruction *, int origDelay) const;
2014 SchedDataCalculator::getCycles(const Instruction *insn, int origDelay) const
2073 cycle += getCycles(insn, delay);
2101 c += getCycles(next, bbDelay);
2109 cycle += getCycles(insn, bbDelay);