Searched refs:PromotionCandidates (Results 1 – 4 of 4) sorted by relevance
65 std::vector<LoadStorePair> PromotionCandidates; variable
362 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local364 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction()
376 PromotionCandidates.clear(); in lowerIntrinsics()413 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores()605 PromotionCandidates.emplace_back(cast<Instruction>(Load), Store); in lowerIncrement()
605 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local607 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction()