OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addTopLevelLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h
142
///
addTopLevelLoop
- This adds the specified loop to the collection of
144
inline void
addTopLevelLoop
(MachineLoop *New) {
145
LI.
addTopLevelLoop
(New);
/external/llvm/include/llvm/Analysis/
LoopInfo.h
613
///
addTopLevelLoop
- This adds the specified loop to the collection of
615
void
addTopLevelLoop
(LoopT *New) {
Completed in 654 milliseconds