Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1207 auto OutFlow = std::vector<uint64_t>(NumBlocks, 0); in extractWeights() local
1210 OutFlow[Jump.Source] += Jump.Flow; in extractWeights()
1214 Block.Flow = std::max(OutFlow[B], InFlow[B]); in extractWeights()
1247 auto OutFlow = std::vector<uint64_t>(NumBlocks, 0); in verifyOutput() local
1250 OutFlow[Jump.Source] += Jump.Flow; in verifyOutput()
1259 assert(Block.Flow == OutFlow[I] && "incorrectly computed control flow"); in verifyOutput()
1264 assert(Block.Flow == OutFlow[I] && "incorrectly computed control flow"); in verifyOutput()