Lines Matching refs:MemoryLocation

154   return MemoryLocation::UnknownSize;  in getObjectSize()
197 return ObjectSize != MemoryLocation::UnknownSize && ObjectSize < Size; in isObjectSmallerThan()
226 return ObjectSize != MemoryLocation::UnknownSize && ObjectSize == Size; in isObjectSize()
613 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
798 AliasResult BasicAAResult::alias(const MemoryLocation &LocA, in alias()
799 const MemoryLocation &LocB, in alias()
813 const MemoryLocation &Loc, in getModRefInfo()
868 MemoryLocation::getBeforeOrAfter(*CI), in getModRefInfo()
869 MemoryLocation::getBeforeOrAfter(Object), AAQI); in getModRefInfo()
915 if (getBestAAResults().alias(MemoryLocation::getBeforeOrAfter(Call), Loc, in getModRefInfo()
925 getBestAAResults().alias(MemoryLocation::getForSource(Inst), Loc, AAQI); in getModRefInfo()
927 getBestAAResults().alias(MemoryLocation::getForDest(Inst), Loc, AAQI); in getModRefInfo()
1040 MemoryLocation::getBeforeOrAfter(UnderlyingV1), in aliasGEP()
1041 MemoryLocation::getBeforeOrAfter(UnderlyingV2), AAQI); in aliasGEP()
1083 MemoryLocation(UnderlyingV1, V1Size), in aliasGEP()
1084 MemoryLocation(UnderlyingV2, V2Size), AAQI); in aliasGEP()
1088 MemoryLocation::getBeforeOrAfter(UnderlyingV1), in aliasGEP()
1089 MemoryLocation::getBeforeOrAfter(UnderlyingV2), AAQI); in aliasGEP()
1281 MemoryLocation(SI->getTrueValue(), SISize), in aliasSelect()
1282 MemoryLocation(SI2->getTrueValue(), V2Size), AAQI); in aliasSelect()
1286 MemoryLocation(SI->getFalseValue(), SISize), in aliasSelect()
1287 MemoryLocation(SI2->getFalseValue(), V2Size), AAQI); in aliasSelect()
1294 MemoryLocation(V2, V2Size), in aliasSelect()
1295 MemoryLocation(SI->getTrueValue(), SISize), AAQI); in aliasSelect()
1300 MemoryLocation(V2, V2Size), in aliasSelect()
1301 MemoryLocation(SI->getFalseValue(), SISize), AAQI); in aliasSelect()
1320 MemoryLocation(PN->getIncomingValue(i), PNSize), in aliasPHI()
1321 MemoryLocation( in aliasPHI()
1423 MemoryLocation(V2, V2Size), in aliasPHI()
1424 MemoryLocation(V1Srcs[0], PNSize), *UseAAQI); in aliasPHI()
1441 MemoryLocation(V2, V2Size), MemoryLocation(V, PNSize), *UseAAQI); in aliasPHI()