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 39 class PointerRec {
41 PointerRec **PrevInList, *NextInList;
46 PointerRec(Value *V)
52 PointerRec *getNext() const { return NextInList; }
55 PointerRec** setPrevInList(PointerRec **PIL) {
110 PointerRec *PtrList, **PtrListEnd; // Doubly linked list of nodes.
186 PointerRec, ptrdiff_t> {
187 PointerRec *CurNode;
189 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {
    [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 45 PointerRec *L = getSomePointer();
46 PointerRec *R = AS.getSomePointer();
95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
102 if (PointerRec *P = getSomePointer()) {
151 PointerRec *SomePtr = getSomePointer();
200 // Delete all the PointerRec entries.
268 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
402 AliasSet::PointerRec *P = AS.PtrList;
501 // First, look up the PointerRec for this pointer.
506 AliasSet::PointerRec *PtrValEnt = I->second
    [all...]

Completed in 55 milliseconds