Home
last modified time | relevance | path

Searched refs:InstsToBePromoted (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7183 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon78e22a881711::VectorPromoteHelper
7195 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()