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.h600 int latestCycleInChain(const SDep &Dep);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2881 int SMSchedule::latestCycleInChain(const SDep &Dep) { in latestCycleInChain() function in SMSchedule
2960 int Start = latestCycleInChain(Dep) + 1 - II; in computeStart()