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 430 LI->addTopLevelLoop(Subloop);
549 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
LoopPass.cpp 102 LI->addTopLevelLoop(L);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 718 /// addTopLevelLoop - This adds the specified loop to the collection of
720 void addTopLevelLoop(LoopT *New) {
    [all...]

Completed in 739 milliseconds