Searched refs:PromotionCandidates (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 817 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 D | InstrProfiling.cpp | 270 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 D | InstrProfiling.h | 72 std::vector<LoadStorePair> PromotionCandidates; global() variable
|