Searched refs:InstsToBePromoted (Results 1 – 1 of 1) sorted by relevance
7183 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon78e22a881711::VectorPromoteHelper7195 if (InstsToBePromoted.empty()) in getEndOfTransition()7197 return InstsToBePromoted.back(); in getEndOfTransition()7263 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()7401 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()7417 if (InstsToBePromoted.empty() || !CombineInst) in promote()7425 for (auto &ToBePromoted : InstsToBePromoted) in promote()7427 InstsToBePromoted.clear(); in promote()