Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1196 int64_t AuxFlow = Network.getFlow(SrcOut, DstIn); in extractWeights() local
1198 Flow = int64_t(Jump.Weight) + AuxFlow; in extractWeights()
1200 Flow = int64_t(Jump.Weight) + (AuxFlow > 0 ? AuxFlow : 0); in extractWeights()