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

References

include/llvm/Analysis/AliasSetTracker.h
   53     PointerRec **PrevInList = nullptr;
   54     PointerRec *NextInList = nullptr;
   69     PointerRec *getNext() const { return NextInList; }
   72     PointerRec** setPrevInList(PointerRec **PIL) {
   72     PointerRec** setPrevInList(PointerRec **PIL) {
  144   PointerRec *PtrList = nullptr;
  145   PointerRec **PtrListEnd;
  240                                         PointerRec, ptrdiff_t> {
  241     PointerRec *CurNode;
  244     explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {}
  277   PointerRec *getSomePointer() const {
  298   void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
  351   using PointerMapType = DenseMap<ASTCallbackVH, AliasSet::PointerRec *,
  441   AliasSet::PointerRec &getEntryFor(Value *V) {
  442     AliasSet::PointerRec *&Entry = PointerMap[ASTCallbackVH(V, this)];
  444       Entry = new AliasSet::PointerRec(V);
lib/Analysis/AliasSetTracker.cpp
   66     PointerRec *L = getSomePointer();
   67     PointerRec *R = AS.getSomePointer();
  135 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
  142     if (PointerRec *P = getSomePointer()) {
  209     PointerRec *SomePtr = getSomePointer();
  358   AliasSet::PointerRec &Entry = getEntryFor(Pointer);
  564   AliasSet::PointerRec *PtrValEnt = I->second;
  593   AliasSet::PointerRec &Entry = getEntryFor(To);
lib/Analysis/LoopAccessAnalysis.cpp
  722     for (auto A : AS) {
  857       for (auto AV : AS) {
lib/Transforms/Scalar/LICM.cpp
  448         for (const auto &ASI : AS)
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  295     for (const auto &A : AS) {
tools/polly/lib/Analysis/ScopBuilder.cpp
 3384     for (auto &PR : AS)
tools/polly/lib/Analysis/ScopDetection.cpp
 1147         for (const auto &Ptr : AS) {
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  609   for (const auto &I : AS)
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;