Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1185 uint64_t TotalOutFlow = 0; in verifyWeights() local
1192 TotalOutFlow += Block.Flow; in verifyWeights()
1199 assert(TotalInFlow == TotalOutFlow && "incorrectly computed control flow"); in verifyWeights()