Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp428 uint64_t MaxIntFlow = double(Edge->Capacity - Edge->Flow) / EdgeFlow; in augmentFlowAlongDAG() local
429 MaxFlowAmount = std::min(MaxFlowAmount, MaxIntFlow); in augmentFlowAlongDAG()