Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp127 SmallVector<Loop *, 8> ChildLoops(FirstChild, CandidateLoops.end()); in INITIALIZE_PASS_DEPENDENCY()
130 for (Loop *Child : ChildLoops) { in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1581 SmallVector<Loop *, 4> ChildLoops(L.begin(), L.end()); in run() local
1582 Updater.addChildLoops(ChildLoops); in run()