Searched refs:CountAnnt (Results 1 – 1 of 1) sorted by relevance
141 auto CountAnnt = BC.MIB->tryGetAnnotationAs<uint64_t>(Inst, "Count"); in postProcessProfile() local142 if (CountAnnt) in postProcessProfile()143 BB->setExecutionCount(std::max(BB->getExecutionCount(), *CountAnnt)); in postProcessProfile()