Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1177 auto InFlow = std::vector<uint64_t>(NumBlocks, 0); in verifyWeights() local
1180 InFlow[Jump.Target] += Jump.Flow; in verifyWeights()
1193 assert(Block.Flow == InFlow[I] && "incorrectly computed control flow"); in verifyWeights()
1196 assert(Block.Flow == InFlow[I] && "incorrectly computed control flow"); in verifyWeights()