Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1208 auto OutFlow = std::vector<uint64_t>(NumBlocks, 0); in extractWeights() local
1211 OutFlow[Jump.Source] += Jump.Flow; in extractWeights()
1215 Block.Flow = std::max(OutFlow[B], InFlow[B]); in extractWeights()
1261 auto OutFlow = std::vector<uint64_t>(NumBlocks, 0); in verifyOutput() local
1264 OutFlow[Jump.Source] += Jump.Flow; in verifyOutput()
1273 assert(Block.Flow == OutFlow[I] && "incorrectly computed control flow"); in verifyOutput()
1278 assert(Block.Flow == OutFlow[I] && "incorrectly computed control flow"); in verifyOutput()