Home
last modified time | relevance | path

Searched refs:PointerRec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h39 class PointerRec {
41 PointerRec **PrevInList, *NextInList;
47 PointerRec(Value *V) in PointerRec() function
53 PointerRec *getNext() const { return NextInList; } in getNext()
56 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList()
111 PointerRec *PtrList, **PtrListEnd; // Doubly linked list of nodes.
192 PointerRec, ptrdiff_t> {
193 PointerRec *CurNode;
196 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {} in CurNode()
235 PointerRec *getSomePointer() const {
[all …]
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp45 PointerRec *L = getSomePointer(); in mergeSetIn()
46 PointerRec *R = AS.getSomePointer(); in mergeSetIn()
96 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer()
103 if (PointerRec *P = getSomePointer()) { in addPointer()
153 PointerRec *SomePtr = getSomePointer(); in aliasesPointer()
273 AliasSet::PointerRec &Entry = getEntryFor(Pointer); in getAliasSetForPointer()
417 AliasSet::PointerRec *P = AS.PtrList; in remove()
528 AliasSet::PointerRec *PtrValEnt = I->second; in deleteValue()
552 AliasSet::PointerRec &Entry = getEntryFor(To); in copyValue()