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.cpp309 class IndirectCallPromoter { class
404 IndirectCallPromoter( in IndirectCallPromoter() function in __anon5ae95e860111::IndirectCallPromoter
414 IndirectCallPromoter(const IndirectCallPromoter &) = delete;
415 IndirectCallPromoter &operator=(const IndirectCallPromoter &) = delete;
424 std::vector<IndirectCallPromoter::PromotionCandidate>
425 IndirectCallPromoter::getPromotionCandidatesForCallSite( in getPromotionCandidatesForCallSite()
509 Constant *IndirectCallPromoter::getOrCreateVTableAddressPointVar( in getOrCreateVTableAddressPointVar()
518 Instruction *IndirectCallPromoter::computeVTableInfos( in computeVTableInfos()
643 bool IndirectCallPromoter::tryToPromoteWithFuncCmp( in tryToPromoteWithFuncCmp()
689 void IndirectCallPromoter::updateFuncValueProfiles( in updateFuncValueProfiles()
[all …]