Searched refs:MustAliasAll (Results 1 – 2 of 2) sorted by relevance
221 const MemoryLocation &MemLoc, AliasSet *PtrAS, bool &MustAliasAll) { in mergeAliasSetsForMemoryLocation() argument223 MustAliasAll = true; in mergeAliasSetsForMemoryLocation()240 MustAliasAll = false; in mergeAliasSetsForMemoryLocation()283 bool MustAliasAll = false; in getAliasSetFor() local292 MemLoc, MapEntry, MustAliasAll)) { in getAliasSetFor()298 MustAliasAll = true; in getAliasSetFor()302 AS->addMemoryLocation(*this, MemLoc, MustAliasAll); in getAliasSetFor()
259 bool &MustAliasAll);