Home | History | Annotate | Download | only in IR

Lines Matching refs:Visited

384   SmallPtrSet<Value *, 4> Visited;
386 Visited.insert(V);
416 } while (Visited.insert(V));
445 SmallPtrSet<Value *, 4> Visited;
446 Visited.insert(this);
465 } while (Visited.insert(V));
477 SmallPtrSet<const Value *, 32> &Visited) {
500 return isDereferenceablePointer(BC->getOperand(0), DL, Visited);
514 if (!Visited.insert(GEP->getOperand(0)))
516 if (!isDereferenceablePointer(GEP->getOperand(0), DL, Visited))
553 SmallPtrSet<const Value *, 32> Visited;
554 return ::isDereferenceablePointer(this, DL, Visited);