Home
last modified time | relevance | path

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

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