Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp323 AliasSet::PointerRec &Entry = getEntryFor(Pointer); in getAliasSetFor()
551 AliasSet::PointerRec &Entry = getEntryFor(To); in copyValue()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h430 AliasSet::PointerRec &getEntryFor(Value *V) { in getEntryFor() function