Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp141 auto CountAnnt = BC.MIB->tryGetAnnotationAs<uint64_t>(Inst, "Count"); in postProcessProfile() local
142 if (CountAnnt) in postProcessProfile()
143 BB->setExecutionCount(std::max(BB->getExecutionCount(), *CountAnnt)); in postProcessProfile()