Searched refs:computePath (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1566 static bool computePath(SUnit *Cur, SetVector<SUnit *> &Path, in computePath() function 1582 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1586 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1738 computePath(NI, Path, NodesAdded, I, Visited); in groupRemainingNodes() 1749 computePath(NI, Path, I, NodesAdded, Visited); in groupRemainingNodes()
|