Searched refs:getProfileCount (Results 1 – 4 of 4) sorted by relevance
105 ProfileSummaryInfo::getProfileCount(const Instruction *Inst, in getProfileCount() function in ProfileSummaryInfo158 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph()187 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph()212 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraphNthPercentile()339 auto C = getProfileCount(CS.getInstruction(), BFI); in isHotCallSite()345 auto C = getProfileCount(CS.getInstruction(), BFI); in isColdCallSite()
344 auto ScaledCount = PSI->getProfileCount(&I, BFI); in computeFunctionSummary()
103 Optional<uint64_t> getProfileCount(const Instruction *CallInst,
1507 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile()