Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp333 AliasSet::PointerRec &Entry = getEntryFor(Pointer); in getAliasSetFor()
559 AliasSet::PointerRec &Entry = getEntryFor(To); in copyValue()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h433 AliasSet::PointerRec &getEntryFor(Value *V) { in getEntryFor() function