Searched refs:InstsToBePromoted (Results 1 – 1 of 1) sorted by relevance
7076 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon5386100c1711::VectorPromoteHelper7088 if (InstsToBePromoted.empty()) in getEndOfTransition()7090 return InstsToBePromoted.back(); in getEndOfTransition()7156 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()7294 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()7310 if (InstsToBePromoted.empty() || !CombineInst) in promote()7318 for (auto &ToBePromoted : InstsToBePromoted) in promote()7320 InstsToBePromoted.clear(); in promote()