Home
last modified time | relevance | path

Searched refs:IndirectCallPromoter (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp110 class IndirectCallPromoter { class
146 IndirectCallPromoter(Function &Func, InstrProfSymtab *Symtab, bool SamplePGO, in IndirectCallPromoter() function in __anonb4ce413c0111::IndirectCallPromoter
149 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()