Home
last modified time | relevance | path

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

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