Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp301 class IndirectCallPromoter { class
393 IndirectCallPromoter( in IndirectCallPromoter() function in __anon5ae95e860111::IndirectCallPromoter
402 IndirectCallPromoter(const IndirectCallPromoter &) = delete;
403 IndirectCallPromoter &operator=(const IndirectCallPromoter &) = delete;
412 std::vector<IndirectCallPromoter::PromotionCandidate>
413 IndirectCallPromoter::getPromotionCandidatesForCallSite( in getPromotionCandidatesForCallSite()
497 Constant *IndirectCallPromoter::getOrCreateVTableAddressPointVar( in getOrCreateVTableAddressPointVar()
506 Instruction *IndirectCallPromoter::computeVTableInfos( in computeVTableInfos()
631 bool IndirectCallPromoter::tryToPromoteWithFuncCmp( in tryToPromoteWithFuncCmp()
677 void IndirectCallPromoter::updateFuncValueProfiles( in updateFuncValueProfiles()
[all …]