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.h784 int earliestCycleInChain(const SwingSchedulerDDGEdge &Dep,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3192 int SMSchedule::earliestCycleInChain(const SwingSchedulerDDGEdge &Dep, in earliestCycleInChain() function in SMSchedule
3267 int End = earliestCycleInChain(IE, DDG) + (II - 1); in computeStart()