Searched refs:InstsToBePromoted (Results 1 – 1 of 1) sorted by relevance
7587 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon1d600f581911::VectorPromoteHelper7599 if (InstsToBePromoted.empty()) in getEndOfTransition()7601 return InstsToBePromoted.back(); in getEndOfTransition()7667 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()7804 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()7820 if (InstsToBePromoted.empty() || !CombineInst) in promote()7828 for (auto &ToBePromoted : InstsToBePromoted) in promote()7830 InstsToBePromoted.clear(); in promote()