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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1348 SmallPtrSet<Loop *, 4> OldLoops; local
1350 OldLoops.insert(ParentL->begin(), ParentL->end());
1352 OldLoops.insert(AR.LI.begin(), AR.LI.end());
1404 return OldLoops.count(SibLoop) != 0;

Completed in 113 milliseconds