HomeSort by relevance Sort by last modified time
    Searched refs:addTopLevelLoop (Results 1 - 4 of 4) 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/lib/Analysis/
LoopInfo.cpp 513 LI->addTopLevelLoop(Subloop);
632 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
LoopPass.cpp 118 LI->addTopLevelLoop(L);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 735 /// addTopLevelLoop - This adds the specified loop to the collection of
737 void addTopLevelLoop(LoopT *New) {
    [all...]

Completed in 58 milliseconds