Searched refs:computePath (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 2206 static bool computePath(SUnit *Cur, SetVector<SUnit *> &Path, in computePath() function 2223 computePath(OE.getDst(), Path, DestNodes, Exclude, Visited, DDG); in computePath() 2227 computePath(IE.getSrc(), Path, DestNodes, Exclude, Visited, DDG); in computePath() 2373 computePath(NI, Path, NodesAdded, I, Visited, DDG.get()); in groupRemainingNodes() 2384 computePath(NI, Path, I, NodesAdded, Visited, DDG.get()); in groupRemainingNodes()
|