Searched refs:OutFlow (Results 1 – 1 of 1) sorted by relevance
1207 auto OutFlow = std::vector<uint64_t>(NumBlocks, 0); in extractWeights() local1210 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() local1250 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()