Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp696 int64_t JumpDist = jumpDistance(Jump); in findShortestPath() local
697 if (Distance[Dst] > Distance[Src] + JumpDist) { in findShortestPath()
700 Distance[Dst] = Distance[Src] + JumpDist; in findShortestPath()