Searched refs:StoreOrLoadInst (Results 1 – 2 of 2) sorted by relevance
131 OS << R.StoreOrLoadInst; in operator <<()147 IndexedReference::IndexedReference(Instruction &StoreOrLoadInst, in IndexedReference() argument149 : StoreOrLoadInst(StoreOrLoadInst), SE(SE) { in IndexedReference()150 assert((isa<StoreInst>(StoreOrLoadInst) || isa<LoadInst>(StoreOrLoadInst)) && in IndexedReference()227 DI.depends(&StoreOrLoadInst, &Other.StoreOrLoadInst, true); in hasTemporalReuse()372 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()373 const BasicBlock *BB = StoreOrLoadInst.getParent(); in delinearize()404 SE.getElementSize(&StoreOrLoadInst)); in delinearize()446 Value *Addr = getPointerOperand(&StoreOrLoadInst); in isLoopInvariant()541 const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst); in isAliased()[all …]
53 IndexedReference(Instruction &StoreOrLoadInst, const LoopInfo &LI,144 Instruction &StoreOrLoadInst; variable