Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7311 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anon88ab83af1711::VectorPromoteHelper
7323 if (InstsToBePromoted.empty()) in getEndOfTransition()
7325 return InstsToBePromoted.back(); in getEndOfTransition()
7391 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()
7528 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()
7544 if (InstsToBePromoted.empty() || !CombineInst) in promote()
7552 for (auto &ToBePromoted : InstsToBePromoted) in promote()
7554 InstsToBePromoted.clear(); in promote()