Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h526 int earliestCycleInChain(const SDep &Dep);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3168 int SMSchedule::earliestCycleInChain(const SDep &Dep) { in earliestCycleInChain() function in SMSchedule
3247 int End = earliestCycleInChain(Dep) + (II - 1); in computeStart()