Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp120 OS << R.StoreOrLoadInst; in operator <<()
136 IndexedReference::IndexedReference(Instruction &StoreOrLoadInst, in IndexedReference() argument
138 : StoreOrLoadInst(StoreOrLoadInst), SE(SE) { in IndexedReference()
139 assert((isa<StoreInst>(StoreOrLoadInst) || isa<LoadInst>(StoreOrLoadInst)) && in IndexedReference()
217 DI.depends(&StoreOrLoadInst, &Other.StoreOrLoadInst, true); in hasTemporalReuse()
327 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
328 const BasicBlock *BB = StoreOrLoadInst.getParent(); in delinearize()
348 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
389 Value *Addr = getPointerOperand(&StoreOrLoadInst); in isLoopInvariant()
463 const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst); in isAliased()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h50 IndexedReference(Instruction &StoreOrLoadInst, const LoopInfo &LI,
129 Instruction &StoreOrLoadInst; variable