Searched refs:InstsToBePromoted (Results 1 – 1 of 1) sorted by relevance
7473 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon01de4a8e1811::VectorPromoteHelper7485 if (InstsToBePromoted.empty()) in getEndOfTransition()7487 return InstsToBePromoted.back(); in getEndOfTransition()7553 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()7690 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()7706 if (InstsToBePromoted.empty() || !CombineInst) in promote()7714 for (auto &ToBePromoted : InstsToBePromoted) in promote()7716 InstsToBePromoted.clear(); in promote()