OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubLoops
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
582
const std::vector<Loop*> &SubLoops = L->
getSubLoops
();
/external/llvm/include/llvm/Analysis/
LoopInfo.h
124
const std::vector<LoopT *> &
getSubLoops
() const { return SubLoops; }
[
all
...]
Completed in 560 milliseconds