Searched refs:FoundSet (Results 1 – 2 of 2) sorted by relevance
223 AliasSet *FoundSet = nullptr; in mergeAliasSetsForMemoryLocation() local244 if (!FoundSet) { in mergeAliasSetsForMemoryLocation()246 FoundSet = &AS; in mergeAliasSetsForMemoryLocation()249 FoundSet->mergeSetIn(AS, *this, AA); in mergeAliasSetsForMemoryLocation()253 return FoundSet; in mergeAliasSetsForMemoryLocation()257 AliasSet *FoundSet = nullptr; in findAliasSetForUnknownInst() local261 if (!FoundSet) { in findAliasSetForUnknownInst()263 FoundSet = &AS; in findAliasSetForUnknownInst()266 FoundSet->mergeSetIn(AS, *this, AA); in findAliasSetForUnknownInst()269 return FoundSet; in findAliasSetForUnknownInst()
681 bool FoundSet = false; in collectFusionCandidates() local686 FoundSet = true; in collectFusionCandidates()695 if (!FoundSet) { in collectFusionCandidates()