Searched refs:InstsToBePromoted (Results 1 – 1 of 1) sorted by relevance
7979 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon1d600f581b11::VectorPromoteHelper7991 if (InstsToBePromoted.empty()) in getEndOfTransition()7993 return InstsToBePromoted.back(); in getEndOfTransition()8059 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()8196 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()8212 if (InstsToBePromoted.empty() || !CombineInst) in promote()8220 for (auto &ToBePromoted : InstsToBePromoted) in promote()8222 InstsToBePromoted.clear(); in promote()