Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp383 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local
384 if (!NextStore->isSimple()) in collectInitializers()
389 isPointerOffset(StartPtr, NextStore->getPointerOperand(), *DL); in collectInitializers()
393 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()
395 LastInst = NextStore; in collectInitializers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp423 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local
425 if (!NextStore->isSimple()) break; in tryMergingIntoMemset()
427 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset()
447 isPointerOffset(StartPtr, NextStore->getPointerOperand(), DL); in tryMergingIntoMemset()
451 Ranges.addStore(*Offset, NextStore); in tryMergingIntoMemset()