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()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 …]
52 IndexedReference(Instruction &StoreOrLoadInst, const LoopInfo &LI,143 Instruction &StoreOrLoadInst; variable