Home
last modified time | relevance | path

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

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