Searched refs:computePath (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1944 static bool computePath(SUnit *Cur, SetVector<SUnit *> &Path, in computePath() function 1960 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1964 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 2113 computePath(NI, Path, NodesAdded, I, Visited); in groupRemainingNodes() 2124 computePath(NI, Path, I, NodesAdded, Visited); in groupRemainingNodes()
|