Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1567 SetVector<SUnit *> &DestNodes, in computePath() argument
1574 if (DestNodes.contains(Cur)) in computePath()
1582 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1586 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()