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

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h142 /// addTopLevelLoop - This adds the specified loop to the collection of
144 inline void addTopLevelLoop(MachineLoop *New) { function in class:llvm::MachineLoopInfo
145 LI.addTopLevelLoop(New);
/external/llvm/lib/Analysis/
H A DLoopPass.cpp73 LI->addTopLevelLoop(L);
H A DLoopInfo.cpp562 LI->addTopLevelLoop(Subloop);
670 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end())));
/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp160 LI->addTopLevelLoop(NewLoop);
H A DCloneFunction.cpp765 LI->addTopLevelLoop(NewLoop);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h613 /// addTopLevelLoop - This adds the specified loop to the collection of
615 void addTopLevelLoop(LoopT *New) { function in class:llvm::LoopInfoBase
H A DLoopInfoImpl.h441 LI->addTopLevelLoop(Subloop);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2874 LI->addTopLevelLoop(Lp);

Completed in 389 milliseconds