Lines Matching refs:MemoryLocation
108 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation()
112 Loc = MemoryLocation::get(LI); in GetLocation()
116 Loc = MemoryLocation::get(LI); in GetLocation()
119 Loc = MemoryLocation(); in GetLocation()
125 Loc = MemoryLocation::get(SI); in GetLocation()
129 Loc = MemoryLocation::get(SI); in GetLocation()
132 Loc = MemoryLocation(); in GetLocation()
137 Loc = MemoryLocation::get(V); in GetLocation()
144 Loc = MemoryLocation::getAfter(FreedOp); in GetLocation()
154 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
159 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
164 Loc = MemoryLocation::getForArgument(II, 0, TLI); in GetLocation()
167 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
202 MemoryLocation Loc; in getCallDependencyFrom()
241 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
269 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
369 const MemoryLocation &MemLoc, in canSkipClobberingStore()
374 if (MemoryLocation::get(SI).Size != MemLoc.Size) in canSkipClobberingStore()
385 if (BatchAA.alias(MemoryLocation::get(LI), MemLoc) != AliasResult::MustAlias) in canSkipClobberingStore()
397 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
485 MemoryLocation ArgLoc = MemoryLocation::getAfter(II->getArgOperand(1)); in getSimplePointerDependencyFrom()
492 MemoryLocation Loc; in getSimplePointerDependencyFrom()
537 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom()
605 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom()
707 MemoryLocation MemLoc; in getDependency()
873 const MemoryLocation Loc = MemoryLocation::get(QueryInst); in getNonLocalPointerDependency()
935 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in getNonLocalInfoForBlock()
1068 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()