Lines Matching refs:SpeculativelyMovedExts
467 SmallVectorImpl<Instruction *> &SpeculativelyMovedExts);
7003 SmallVector<Instruction *, 2> SpeculativelyMovedExts; in optimizeExt() local
7006 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
7014 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
7027 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
7042 SmallVectorImpl<Instruction *> &SpeculativelyMovedExts) { in performAddressTypePromotion() argument
7046 for (auto *I : SpeculativelyMovedExts) { in performAddressTypePromotion()
7060 SpeculativelyMovedExts.size() == 1)) { in performAddressTypePromotion()
7064 for (auto *I : SpeculativelyMovedExts) { in performAddressTypePromotion()
7070 Inst = SpeculativelyMovedExts.pop_back_val(); in performAddressTypePromotion()
7075 for (auto *I : SpeculativelyMovedExts) { in performAddressTypePromotion()