Searched refs:addTopLevelLoop (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h147 /// addTopLevelLoop - This adds the specified loop to the collection of
149 inline void addTopLevelLoop(MachineLoop *New) { function in class:llvm::MachineLoopInfo
150 LI.addTopLevelLoop(New);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h587 /// addTopLevelLoop - This adds the specified loop to the collection of
589 void addTopLevelLoop(LoopT *New) { function in class:llvm::LoopInfoBase
710 /// addTopLevelLoop - This adds the specified loop to the collection of
712 inline void addTopLevelLoop(Loop *New) { function in class:llvm::LoopInfo
713 LI.addTopLevelLoop(New);
H A DLoopInfoImpl.h469 LI->addTopLevelLoop(Subloop);
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp536 LI->addTopLevelLoop(Subloop);
654 LI.addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end())));
H A DLoopPass.cpp108 LI->addTopLevelLoop(L);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2129 LI->addTopLevelLoop(Lp);

Completed in 223 milliseconds