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 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);
LoopInfoImpl.h 469 LI->addTopLevelLoop(Subloop);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 536 LI->addTopLevelLoop(Subloop);
654 LI.addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end())));
LoopPass.cpp 108 LI->addTopLevelLoop(L);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1100 milliseconds