HomeSort by relevance Sort by last modified time
    Searched defs:addTopLevelLoop (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 146 /// addTopLevelLoop - This adds the specified loop to the collection of
148 inline void addTopLevelLoop(MachineLoop *New) {
149 LI.addTopLevelLoop(New);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 516 /// addTopLevelLoop - This adds the specified loop to the collection of
518 void addTopLevelLoop(LoopT *New) {
639 /// addTopLevelLoop - This adds the specified loop to the collection of
641 inline void addTopLevelLoop(Loop *New) {
642 LI.addTopLevelLoop(New);

Completed in 34 milliseconds