Searched refs:ICallPromotionFunc (Results 1 – 1 of 1) sorted by relevance
109 class ICallPromotionFunc { class146 ICallPromotionFunc(Function &Func, Module *Modu, InstrProfSymtab *Symtab, in ICallPromotionFunc() function in __anone3695a020111::ICallPromotionFunc149 ICallPromotionFunc(const ICallPromotionFunc &) = delete;150 ICallPromotionFunc &operator=(const ICallPromotionFunc &) = delete;159 std::vector<ICallPromotionFunc::PromotionCandidate>160 ICallPromotionFunc::getPromotionCandidatesForCallSite( in getPromotionCandidatesForCallSite()279 uint32_t ICallPromotionFunc::tryToPromote( in tryToPromote()298 bool ICallPromotionFunc::processFunction(ProfileSummaryInfo *PSI) { in processFunction()356 ICallPromotionFunc ICallPromotion(F, &M, &Symtab, SamplePGO, *ORE); in promoteIndirectCalls()