Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp216 uint64_t EdgeCapacity = uint64_t(Edge.Capacity - Edge.Flow); in computeAugmentingPathCapacity() local
217 PathCapacity = std::min(PathCapacity, EdgeCapacity); in computeAugmentingPathCapacity()