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

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h147 /// addTopLevelLoop - This adds the specified loop to the collection of
149 inline void addTopLevelLoop(MachineLoop *New) { function in class:llvm::MachineLoopInfo
150 LI.addTopLevelLoop(New);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h587 /// addTopLevelLoop - This adds the specified loop to the collection of
589 void addTopLevelLoop(LoopT *New) { function in class:llvm::LoopInfoBase
710 /// addTopLevelLoop - This adds the specified loop to the collection of
712 inline void addTopLevelLoop(Loop *New) { function in class:llvm::LoopInfo
713 LI.addTopLevelLoop(New);

Completed in 73 milliseconds