Lines Matching refs:MemoryLocation
117 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation()
121 Loc = MemoryLocation::get(LI); in GetLocation()
125 Loc = MemoryLocation::get(LI); in GetLocation()
128 Loc = MemoryLocation(); in GetLocation()
134 Loc = MemoryLocation::get(SI); in GetLocation()
138 Loc = MemoryLocation::get(SI); in GetLocation()
141 Loc = MemoryLocation(); in GetLocation()
146 Loc = MemoryLocation::get(V); in GetLocation()
152 Loc = MemoryLocation(CI->getArgOperand(0)); in GetLocation()
161 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
166 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
203 MemoryLocation Loc; in getCallDependencyFrom()
329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
441 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
536 if (AA.isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc)) in getSimplePointerDependencyFrom()
573 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom()
644 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom()
742 MemoryLocation MemLoc; in getDependency()
912 const MemoryLocation Loc = MemoryLocation::get(QueryInst); in getNonLocalPointerDependency()
974 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1090 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()