Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp352 AliasSet::PointerRec &Entry = getEntryFor(Pointer); in getAliasSetFor()
580 AliasSet::PointerRec &Entry = getEntryFor(To); in copyValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h437 AliasSet::PointerRec &getEntryFor(Value *V) { in getEntryFor() function