Searched refs:SpeculativelyMovedExts (Results 1 – 1 of 1) sorted by relevance
467 SmallVectorImpl<Instruction *> &SpeculativelyMovedExts);7003 SmallVector<Instruction *, 2> SpeculativelyMovedExts; in optimizeExt() local7006 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() argument7046 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()[all …]