Searched defs:PtrListEnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h101 if (AS->PtrListEnd == &NextInList) {
102 AS->PtrListEnd = PrevInList;
103 assert(*AS->PtrListEnd == nullptr && "List not terminated right!");
109 PointerRec *PtrList, **PtrListEnd; // Doubly linked list of nodes. member in class:llvm::AliasSet
224 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),

Completed in 139 milliseconds