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.cpp222 AliasSet *FoundSet = nullptr; in mergeAliasSetsForMemoryLocation() local
243 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() local
260 if (!FoundSet) { in findAliasSetForUnknownInst()
262 FoundSet = &AS; in findAliasSetForUnknownInst()
265 FoundSet->mergeSetIn(AS, *this, AA); in findAliasSetForUnknownInst()
268 return FoundSet; in findAliasSetForUnknownInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp680 bool FoundSet = false; in collectFusionCandidates() local
685 FoundSet = true; in collectFusionCandidates()
694 if (!FoundSet) { in collectFusionCandidates()