Home
last modified time | relevance | path

Searched refs:TheLoad (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp229 Instruction *TheLoad,
1289 const Instruction &TheLoad, in loadAndStoreMayFormMemmove() argument
1301 DL.getTypeSizeInBits(TheLoad.getType()).getFixedValue() / 8; in loadAndStoreMayFormMemmove()
1326 Instruction *TheLoad, const SCEVAddRecExpr *StoreEv, in processLoopStoreOfLoopLoad() argument
1394 if (!TheLoad->hasOneUse()) in processLoopStoreOfLoopLoad()
1396 IgnoredInsts.insert(TheLoad); in processLoopStoreOfLoopLoad()
1409 IgnoredInsts.erase(TheLoad); in processLoopStoreOfLoopLoad()
1433 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessLoad", TheLoad) in processLoopStoreOfLoopLoad()
1444 if (!Verifier.loadAndStoreMayFormMemmove(StoreSize, IsNegStride, *TheLoad, in processLoopStoreOfLoopLoad()
1459 AAMDNodes AATags = TheLoad->getAAMetadata(); in processLoopStoreOfLoopLoad()
[all …]