Searched refs:PromotionCandidates (Results 1 – 3 of 3) sorted by relevance
69 std::vector<LoadStorePair> PromotionCandidates; variable
363 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local365 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction()
412 PromotionCandidates.clear(); in lowerIntrinsics()456 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores()653 PromotionCandidates.emplace_back(cast<Instruction>(Load), Store); in lowerIncrement()