Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h545 int latestCycleInChain(const SDep &Dep);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2440 int SMSchedule::latestCycleInChain(const SDep &Dep) { in latestCycleInChain() function in SMSchedule
2520 int Start = latestCycleInChain(Dep) + 1 - II; in computeStart()