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.cpp222 const MemoryLocation &MemLoc, AliasSet *PtrAS, bool &MustAliasAll) { in mergeAliasSetsForMemoryLocation() argument
224 MustAliasAll = true; in mergeAliasSetsForMemoryLocation()
241 MustAliasAll = false; in mergeAliasSetsForMemoryLocation()
284 bool MustAliasAll = false; in getAliasSetFor() local
293 MemLoc, MapEntry, MustAliasAll)) { in getAliasSetFor()
299 MustAliasAll = true; in getAliasSetFor()
303 AS->addMemoryLocation(*this, MemLoc, MustAliasAll); in getAliasSetFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h254 bool &MustAliasAll);