Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h128 using PointerVector = SmallVector<const Value *, 8>; variable
129 PointerVector getPointers() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp203 AliasSet::PointerVector AliasSet::getPointers() const { in getPointers()