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.
185 PointerRec, ptrdiff_t> {
186 PointerRec *CurNode;
188 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {
    [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 44 PointerRec *L = getSomePointer();
45 PointerRec *R = AS.getSomePointer();
99 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
106 if (PointerRec *P = getSomePointer()) {
157 PointerRec *SomePtr = getSomePointer();
208 // Delete all the PointerRec entries.
282 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
424 AliasSet::PointerRec *P = AS.PtrList;
531 // First, look up the PointerRec for this pointer.
536 AliasSet::PointerRec *PtrValEnt = I->second
    [all...]

Completed in 132 milliseconds