Searched refs:FoundSet (Results 1 – 2 of 2) sorted by relevance
222 AliasSet *FoundSet = nullptr; in mergeAliasSetsForMemoryLocation() local243 if (!FoundSet) { in mergeAliasSetsForMemoryLocation()245 FoundSet = &AS; in mergeAliasSetsForMemoryLocation()248 FoundSet->mergeSetIn(AS, *this, AA); in mergeAliasSetsForMemoryLocation()252 return FoundSet; in mergeAliasSetsForMemoryLocation()256 AliasSet *FoundSet = nullptr; in findAliasSetForUnknownInst() local260 if (!FoundSet) { in findAliasSetForUnknownInst()262 FoundSet = &AS; in findAliasSetForUnknownInst()265 FoundSet->mergeSetIn(AS, *this, AA); in findAliasSetForUnknownInst()268 return FoundSet; in findAliasSetForUnknownInst()
680 bool FoundSet = false; in collectFusionCandidates() local685 FoundSet = true; in collectFusionCandidates()694 if (!FoundSet) { in collectFusionCandidates()