Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp657 auto ForwardPath = findShortestPath(Func.Entry, BlockIdx); in findShortestPath() local
663 Result.insert(Result.end(), ForwardPath.begin(), ForwardPath.end()); in findShortestPath()