Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachinePipeliner.h594 int latestCycleInChain(const SDep &Dep);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePipeliner.cpp2392 int SMSchedule::latestCycleInChain(const SDep &Dep) { in latestCycleInChain() function in SMSchedule
2472 int Start = latestCycleInChain(Dep) + 1 - II; in computeStart()