Lines Matching defs:TheLoad
218 Instruction *TheLoad,
1209 const Instruction &TheLoad,
1221 DL.getTypeSizeInBits(TheLoad.getType()).getFixedValue() / 8;
1246 Instruction *TheLoad, const SCEVAddRecExpr *StoreEv,
1312 // TheStore and TheLoad. Additionally we need to make sure that TheStore is
1313 // the only user of TheLoad.
1314 if (!TheLoad->hasOneUse())
1316 IgnoredInsts.insert(TheLoad);
1329 IgnoredInsts.erase(TheLoad);
1353 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessLoad", TheLoad)
1364 if (!Verifier.loadAndStoreMayFormMemmove(StoreSize, IsNegStride, *TheLoad,
1379 AAMDNodes AATags = TheLoad->getAAMetadata();
1391 if (!TheStore->isAtomic() && !TheLoad->isAtomic()) {
1435 << " from load ptr=" << *LoadEv << " at: " << *TheLoad