Lines Matching defs:HasPromoted
453 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
465 bool HasPromoted, TypePromotionTransaction &TPT,
6547 Instruction *&Inst, bool HasPromoted) {
6561 if (!HasPromoted && LI->getParent() == Inst->getParent())
6617 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts);
6625 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) {
6638 HasPromoted, TPT, SpeculativelyMovedExts))
6652 bool HasPromoted, TypePromotionTransaction &TPT,
6673 if (HasPromoted)
6701 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains);
6703 if (HasPromoted)