Lines Matching refs:MemoryLocation

109 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc,  in GetLocation()
113 Loc = MemoryLocation::get(LI); in GetLocation()
117 Loc = MemoryLocation::get(LI); in GetLocation()
120 Loc = MemoryLocation(); in GetLocation()
126 Loc = MemoryLocation::get(SI); in GetLocation()
130 Loc = MemoryLocation::get(SI); in GetLocation()
133 Loc = MemoryLocation(); in GetLocation()
138 Loc = MemoryLocation::get(V); in GetLocation()
145 Loc = MemoryLocation::getAfter(FreedOp); in GetLocation()
155 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
160 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
165 Loc = MemoryLocation::getForArgument(II, 0, TLI); in GetLocation()
168 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
203 MemoryLocation Loc; in getCallDependencyFrom()
242 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
270 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
365 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
450 MemoryLocation ArgLoc = MemoryLocation::getAfter(II->getArgOperand(1)); in getSimplePointerDependencyFrom()
457 MemoryLocation Loc; in getSimplePointerDependencyFrom()
502 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom()
570 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom()
669 MemoryLocation MemLoc; in getDependency()
835 const MemoryLocation Loc = MemoryLocation::get(QueryInst); in getNonLocalPointerDependency()
897 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in getNonLocalInfoForBlock()
1030 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()