HomeSort by relevance Sort by last modified time
    Searched refs:PointerRec (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 38 class PointerRec {
40 PointerRec **PrevInList, *NextInList;
45 PointerRec(Value *V)
51 PointerRec *getNext() const { return NextInList; }
54 PointerRec** setPrevInList(PointerRec **PIL) {
109 PointerRec *PtrList, **PtrListEnd; // Doubly linked list of nodes.
184 PointerRec, ptrdiff_t> {
185 PointerRec *CurNode;
187 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {
    [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 44 PointerRec *L = getSomePointer();
45 PointerRec *R = AS.getSomePointer();
94 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
101 if (PointerRec *P = getSomePointer()) {
150 PointerRec *SomePtr = getSomePointer();
201 // Delete all the PointerRec entries.
269 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
401 AliasSet::PointerRec *P = AS.PtrList;
500 // First, look up the PointerRec for this pointer.
505 AliasSet::PointerRec *PtrValEnt = I->second
    [all...]

Completed in 234 milliseconds