Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSampleProfileInference.cpp1195 int64_t AuxFlow = Network.getFlow(SrcOut, DstIn); in extractWeights() local
1197 Flow = int64_t(Jump.Weight) + AuxFlow; in extractWeights()
1199 Flow = int64_t(Jump.Weight) + (AuxFlow > 0 ? AuxFlow : 0); in extractWeights()