Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp163 uint64_t TotalBranchCount = 0; in postProcessProfile() local
166 TotalBranchCount += BranchInfo.Count; in postProcessProfile()
168 JT->Count += TotalBranchCount; in postProcessProfile()