Searched refs:LoadLoc (Results 1 – 3 of 3) sorted by relevance
547 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() local579 if (isModSet(AA->getModRefInfo(C, LoadLoc))) in moveUp()677 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStore() local686 if (isModSet(AA->getModRefInfo(&I, LoadLoc))) { in processStore()708 if (!AA->isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore()
1106 MemoryLocation LoadLoc = MemoryLocation::get(Load); in getNonAliasingPointer() local1109 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()1146 Value *LoadBegin = Builder.CreatePtrToInt(const_cast<Value *>(LoadLoc.Ptr), in getNonAliasingPointer()1157 LoadBegin, ConstantInt::get(IntPtrTy, LoadLoc.Size.getValue()), in getNonAliasingPointer()1168 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()