Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1514 SmallPtrSet<Loop *, 4> OldLoops; in run() local
1516 OldLoops.insert(ParentL->begin(), ParentL->end()); in run()
1518 OldLoops.insert(AR.LI.begin(), AR.LI.end()); in run()
1571 return OldLoops.contains(SibLoop); in run()