Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp127 SmallVector<Loop *, 8> ChildLoops(FirstChild, CandidateLoops.end()); in INITIALIZE_PASS_DEPENDENCY() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1534 SmallVector<Loop *, 4> ChildLoops(L.begin(), L.end()); run() local