Home
last modified time | relevance | path

Searched refs:addTopLevelLoop (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopInfo.h136 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop() function
137 LI.addTopLevelLoop(New); in addTopLevelLoop()
/external/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h136 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop() function
137 LI.addTopLevelLoop(New); in addTopLevelLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp513 LI->addTopLevelLoop(Subloop); in updateSubloopParents()
632 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end()))); in updateUnloop()
DLoopPass.cpp118 LI->addTopLevelLoop(L); in insertLoop()
/external/llvm/lib/Analysis/
DLoopInfo.cpp511 LI->addTopLevelLoop(Subloop); in updateSubloopParents()
621 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in markAsRemoved()
DLoopPass.cpp81 LI->addTopLevelLoop(L); in addLoop()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h737 void addTopLevelLoop(LoopT *New) { in addTopLevelLoop() function
1030 inline void addTopLevelLoop(Loop *New) { in addTopLevelLoop() function
1031 LI.addTopLevelLoop(New); in addTopLevelLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h441 LI->addTopLevelLoop(Subloop); in insertIntoLoop()
DLoopInfo.h590 void addTopLevelLoop(LoopT *New) { in addTopLevelLoop() function
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp289 LI->addTopLevelLoop(NewLoop); in CloneLoopBlocks()
DCloneFunction.cpp669 LI->addTopLevelLoop(NewLoop); in cloneLoopWithPreheader()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3017 LI->addTopLevelLoop(Lp); in createEmptyLoop()