Searched refs:IndirectCallPromoter (Results 1 – 1 of 1) sorted by relevance
110 class IndirectCallPromoter { class146 IndirectCallPromoter(Function &Func, InstrProfSymtab *Symtab, bool SamplePGO, in IndirectCallPromoter() function in __anonb4ce413c0111::IndirectCallPromoter149 IndirectCallPromoter(const IndirectCallPromoter &) = delete;150 IndirectCallPromoter &operator=(const IndirectCallPromoter &) = delete;159 std::vector<IndirectCallPromoter::PromotionCandidate>160 IndirectCallPromoter::getPromotionCandidatesForCallSite( in getPromotionCandidatesForCallSite()276 uint32_t IndirectCallPromoter::tryToPromote( in tryToPromote()295 bool IndirectCallPromoter::processFunction(ProfileSummaryInfo *PSI) { in processFunction()345 IndirectCallPromoter CallPromoter(F, &Symtab, SamplePGO, ORE); in promoteIndirectCalls()