reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/AliasSetTracker.h
  258     LocationSize getSize() const { return CurNode->getSize(); }
lib/Analysis/AliasSetTracker.cpp
   70     if (AA.alias(MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()),
   71                  MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo())) !=
  146             MemoryLocation(P->getValue(), P->getSize(), P->getAAInfo()),
  211     return AA.alias(MemoryLocation(SomePtr->getValue(), SomePtr->getSize(),
  600   AS->addPointer(*this, Entry, I->second->getSize(), I->second->getAAInfo(),