Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1253 uint64_t TotalInFlow = 0; in verifyOutput() local
1258 TotalInFlow += Block.Flow; in verifyOutput()
1268 assert(TotalInFlow == TotalOutFlow && "incorrectly computed control flow"); in verifyOutput()