Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3961 SmallVector<Instruction *, 4> InstsToBePromoted; member in __anonebd7bfba0411::VectorPromoteHelper
3971 if (InstsToBePromoted.empty()) in getEndOfTransition()
3973 return InstsToBePromoted.back(); in getEndOfTransition()
4037 for (const auto &Inst : InstsToBePromoted) { in isProfitableToPromote()
4168 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()
4184 if (InstsToBePromoted.empty() || !CombineInst) in promote()
4192 for (auto &ToBePromoted : InstsToBePromoted) in promote()
4194 InstsToBePromoted.clear(); in promote()