Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h789 int latestCycleInChain(const SwingSchedulerDDGEdge &Dep,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3216 int SMSchedule::latestCycleInChain(const SwingSchedulerDDGEdge &Dep, in latestCycleInChain() function in SMSchedule
3280 int Start = latestCycleInChain(OE, DDG) + 1 - II; in computeStart()