OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeLoop
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h
124
///
removeLoop
- This removes the specified top-level loop from this loop info
127
inline MachineLoop *
removeLoop
(iterator I) { return LI.
removeLoop
(I); }
/external/llvm/include/llvm/Analysis/
LoopInfo.h
580
///
removeLoop
- This removes the specified top-level loop from this loop info
583
LoopT *
removeLoop
(iterator I) {
/external/llvm/lib/Analysis/
LoopInfo.cpp
663
removeLoop
(I);
Completed in 36 milliseconds