Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h554 int latestCycleInChain(const SDep &Dep);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2434 int SMSchedule::latestCycleInChain(const SDep &Dep) { in latestCycleInChain() function in SMSchedule
2514 int Start = latestCycleInChain(Dep) + 1 - II; in computeStart()