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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp309 AliasSet *FoundSet = nullptr; local
323 if (!FoundSet) {
325 FoundSet = &*Cur;
328 FoundSet->mergeSetIn(*Cur, *this);
333 return FoundSet;
337 AliasSet *FoundSet = nullptr; local
342 if (!FoundSet) {
344 FoundSet = &*Cur;
347 FoundSet->mergeSetIn(*Cur, *this);
350 return FoundSet;
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp614 bool FoundSet = false; local
619 FoundSet = true;
628 if (!FoundSet) {

Completed in 67 milliseconds