Searched refs:LoadLoc (Results 1 – 3 of 3) sorted by relevance
556 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() local588 if (isModSet(AA->getModRefInfo(C, LoadLoc))) in moveUp()686 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStore() local695 if (isModSet(AA->getModRefInfo(&I, LoadLoc))) { in processStore()717 if (!AA->isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore()
1284 MemoryLocation LoadLoc = MemoryLocation::get(Load); in getNonAliasingPointer() local1287 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()1324 Value *LoadBegin = Builder.CreatePtrToInt(const_cast<Value *>(LoadLoc.Ptr), in getNonAliasingPointer()1335 LoadBegin, ConstantInt::get(IntPtrTy, LoadLoc.Size.getValue()), in getNonAliasingPointer()1346 LoadLoc.Size.getValue()); in getNonAliasingPointer()
510 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom() local513 AliasResult R = BatchAA.alias(LoadLoc, MemLoc); in getSimplePointerDependencyFrom()540 if (BatchAA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()