Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7046 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon7f6d13e31711::VectorPromoteHelper
7058 if (InstsToBePromoted.empty()) in getEndOfTransition()
7060 return InstsToBePromoted.back(); in getEndOfTransition()
7126 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()
7264 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()
7280 if (InstsToBePromoted.empty() || !CombineInst) in promote()
7288 for (auto &ToBePromoted : InstsToBePromoted) in promote()
7290 InstsToBePromoted.clear(); in promote()