Searched defs:SubLoops (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp249 auto &SubLoops = L->getSubLoops(); local
266 const auto *SubLoops = &CurrentLoop->getSubLoops(); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp308 const std::vector<Loop*> &SubLoops = L->getSubLoops(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h77 std::vector<LoopT *> SubLoops; member in class:llvm::LoopBase
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2003 auto &SubLoops = L.getSubLoopsVector(); local

Completed in 215 milliseconds