Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp351 if (Edge.OnShortestPath) { in findAugmentingDAG()
389 if (Edge.OnShortestPath && Nodes[Src].Taken && Nodes[Dst].Taken && in findAugmentingDAG()
513 Edge.OnShortestPath = in identifyShortestEdges()
565 bool OnShortestPath; member