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 147 /// addTopLevelLoop - This adds the specified loop to the collection of
149 inline void addTopLevelLoop(MachineLoop *New) {
150 LI.addTopLevelLoop(New);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 587 /// addTopLevelLoop - This adds the specified loop to the collection of
589 void addTopLevelLoop(LoopT *New) {
710 /// addTopLevelLoop - This adds the specified loop to the collection of
712 inline void addTopLevelLoop(Loop *New) {
713 LI.addTopLevelLoop(New);

Completed in 75 milliseconds