HomeSort by relevance Sort by last modified time
    Searched refs:addTopLevelLoop (Results 1 - 6 of 6) 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);
LoopInfoImpl.h 488 LI->addTopLevelLoop(Subloop);
  /external/llvm/lib/Analysis/
LoopPass.cpp 102 LI->addTopLevelLoop(L);
LoopInfo.cpp 499 LI->addTopLevelLoop(Subloop);
617 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 111 milliseconds