Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp223 AliasSet *FoundSet = nullptr; in mergeAliasSetsForMemoryLocation() local
244 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() local
261 if (!FoundSet) { in findAliasSetForUnknownInst()
263 FoundSet = &AS; in findAliasSetForUnknownInst()
266 FoundSet->mergeSetIn(AS, *this, AA); in findAliasSetForUnknownInst()
269 return FoundSet; in findAliasSetForUnknownInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp681 bool FoundSet = false; in collectFusionCandidates() local
686 FoundSet = true; in collectFusionCandidates()
695 if (!FoundSet) { in collectFusionCandidates()