Searched defs:addTopLevelLoop (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h146 /// addTopLevelLoop - This adds the specified loop to the collection of
148 inline void addTopLevelLoop(MachineLoop *New) { function in class:llvm::MachineLoopInfo
149 LI.addTopLevelLoop(New);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h507 /// addTopLevelLoop - This adds the specified loop to the collection of
509 void addTopLevelLoop(LoopT *New) { function in class:llvm::LoopInfoBase
630 /// addTopLevelLoop - This adds the specified loop to the collection of
632 inline void addTopLevelLoop(Loop *New) { function in class:llvm::LoopInfo
633 LI.addTopLevelLoop(New);

Completed in 61 milliseconds