Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp817 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local
822 computeVTableInfos(CB, VTableGUIDCounts, PromotionCandidates); in processFunction()
824 if (isProfitableToCompareVTables(*CB, PromotionCandidates, TotalCount)) in processFunction()
825 Changed |= tryToPromoteWithVTableCmp(*CB, VPtr, PromotionCandidates, in processFunction()
829 Changed |= tryToPromoteWithFuncCmp(*CB, VPtr, PromotionCandidates, in processFunction()
H A DInstrProfiling.cpp270 std::vector<LoadStorePair> PromotionCandidates; member in __anon21e6fd6b0111::InstrLowerer
795 PromotionCandidates.clear(); in lowerIntrinsics()
881 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores()
1246 PromotionCandidates.emplace_back(cast<Instruction>(Load), Store); in lowerIncrement()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h72 std::vector<LoadStorePair> PromotionCandidates; global() variable