reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
103 Optional<uint64_t> getProfileCount(const Instruction *CallInst,
343 auto ScaledCount = PSI->getProfileCount(&I, BFI);
lib/Analysis/ProfileSummaryInfo.cpp156 if (auto CallCount = getProfileCount(&I, nullptr)) 185 if (auto CallCount = getProfileCount(&I, nullptr)) 210 if (auto CallCount = getProfileCount(&I, nullptr)) 337 auto C = getProfileCount(CS.getInstruction(), BFI); 343 auto C = getProfileCount(CS.getInstruction(), BFI);lib/Transforms/Utils/InlineFunction.cpp
1487 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None;