Lines Matching defs:TheLoad
217 Instruction *TheLoad,
1208 const Instruction &TheLoad,
1220 DL.getTypeSizeInBits(TheLoad.getType()).getFixedValue() / 8;
1245 Instruction *TheLoad, const SCEVAddRecExpr *StoreEv,
1311 // TheStore and TheLoad. Additionally we need to make sure that TheStore is
1312 // the only user of TheLoad.
1313 if (!TheLoad->hasOneUse())
1315 IgnoredInsts.insert(TheLoad);
1328 IgnoredInsts.erase(TheLoad);
1352 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessLoad", TheLoad)
1361 bool IsAtomic = TheStore->isAtomic() || TheLoad->isAtomic();
1385 if (!Verifier.loadAndStoreMayFormMemmove(StoreSize, IsNegStride, *TheLoad,
1400 AAMDNodes AATags = TheLoad->getAAMetadata();
1439 << " from load ptr=" << *LoadEv << " at: " << *TheLoad