Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1945 SetVector<SUnit *> &DestNodes, in computePath() argument
1952 if (DestNodes.contains(Cur)) in computePath()
1960 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1964 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()