Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp266 int64_t NewDistance = Nodes[Src].Distance + Edge.Cost; in findAugmentingPath() local
267 if (Nodes[Dst].Distance > NewDistance) { in findAugmentingPath()
269 Nodes[Dst].Distance = NewDistance; in findAugmentingPath()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp943 int NewDistance = std::abs(ConsecutiveChain[i] - j); in vectorizeInstructions() local
944 if (j < i || NewDistance > CurDistance) in vectorizeInstructions()