Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp221 const MemoryLocation &MemLoc, AliasSet *PtrAS, bool &MustAliasAll) { in mergeAliasSetsForMemoryLocation() argument
223 MustAliasAll = true; in mergeAliasSetsForMemoryLocation()
240 MustAliasAll = false; in mergeAliasSetsForMemoryLocation()
283 bool MustAliasAll = false; in getAliasSetFor() local
292 MemLoc, MapEntry, MustAliasAll)) { in getAliasSetFor()
298 MustAliasAll = true; in getAliasSetFor()
302 AS->addMemoryLocation(*this, MemLoc, MustAliasAll); in getAliasSetFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h259 bool &MustAliasAll);