Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1292 static bool computePath(SUnit *Cur, SetVector<SUnit *> &Path, in computePath() function
1306 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1310 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1469 computePath(NI, Path, NodesAdded, I, Visited); in groupRemainingNodes()
1480 computePath(NI, Path, I, NodesAdded, Visited); in groupRemainingNodes()