Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp131 OS << R.StoreOrLoadInst; in operator <<()
147 IndexedReference::IndexedReference(Instruction &StoreOrLoadInst, in IndexedReference() argument
149 : StoreOrLoadInst(StoreOrLoadInst), SE(SE) { in IndexedReference()
150 assert((isa<StoreInst>(StoreOrLoadInst) || isa<LoadInst>(StoreOrLoadInst)) && in IndexedReference()
228 DI.depends(&StoreOrLoadInst, &Other.StoreOrLoadInst, true); in hasTemporalReuse()
373 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
374 const BasicBlock *BB = StoreOrLoadInst.getParent(); in delinearize()
405 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
447 Value *Addr = getPointerOperand(&StoreOrLoadInst); in isLoopInvariant()
542 const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst); in isAliased()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h52 IndexedReference(Instruction &StoreOrLoadInst, const LoopInfo &LI,
143 Instruction &StoreOrLoadInst; variable