Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1580 SetVector<SUnit *> &DestNodes, in computePath() argument
1587 if (DestNodes.contains(Cur)) in computePath()
1593 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1597 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()