Searched refs:OutFlow (Results 1 – 1 of 1) sorted by relevance
1178 auto OutFlow = std::vector<uint64_t>(NumBlocks, 0); in verifyWeights() local1181 OutFlow[Jump.Source] += Jump.Flow; in verifyWeights()1190 assert(Block.Flow == OutFlow[I] && "incorrectly computed control flow"); in verifyWeights()1195 assert(Block.Flow == OutFlow[I] && "incorrectly computed control flow"); in verifyWeights()