Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1268 uint64_t TotalOutFlow = 0; in verifyOutput() local
1275 TotalOutFlow += Block.Flow; in verifyOutput()
1282 assert(TotalInFlow == TotalOutFlow && "incorrectly computed control flow"); in verifyOutput()