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
134
///
addTopLevelLoop
- This adds the specified loop to the collection of
136
inline void
addTopLevelLoop
(MachineLoop *New) {
137
LI.
addTopLevelLoop
(New);
/external/llvm/include/llvm/Analysis/
LoopInfo.h
723
///
addTopLevelLoop
- This adds the specified loop to the collection of
725
void
addTopLevelLoop
(LoopT *New) {
[
all
...]
Completed in 180 milliseconds