Lines Matching defs:HasPromoted
453 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
465 bool HasPromoted, TypePromotionTransaction &TPT,
6832 Instruction *&Inst, bool HasPromoted) {
6846 if (!HasPromoted && LI->getParent() == Inst->getParent())
6902 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts);
6910 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) {
6923 HasPromoted, TPT, SpeculativelyMovedExts))
6937 bool HasPromoted, TypePromotionTransaction &TPT,
6958 if (HasPromoted)
6986 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains);
6988 if (HasPromoted)