Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h160 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop() function
161 LI.addTopLevelLoop(New); in addTopLevelLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp527 LI->addTopLevelLoop(Subloop); in updateSubloopParents()
643 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in erase()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp306 LI.addTopLevelLoop(&L); in hoistLoopToNewParent()
1133 LI.addTopLevelLoop(ClonedRootL); in cloneLoopNest()
1266 LI.addTopLevelLoop(ClonedL); in buildClonedLoops()
1691 LI.addTopLevelLoop(&L); in rebuildLoopAfterUnswitch()
1829 LI.addTopLevelLoop(HoistedL); in rebuildLoopAfterUnswitch()
H A DLoopSimplifyCFG.cpp381 LI.addTopLevelLoop(&L); in handleDeadExits()
H A DLoopUnswitch.cpp910 LI->addTopLevelLoop(&New); in CloneLoop()
H A DInductiveRangeCheckElimination.cpp1361 LI.addTopLevelLoop(&New); in createClonedLoopStructure()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h741 void addTopLevelLoop(LoopT *New) { in addTopLevelLoop() function
H A DLoopInfoImpl.h525 LI->addTopLevelLoop(Subloop); in insertIntoLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp209 LI->addTopLevelLoop(NewLoop); in addClonedBlockToLoopInfo()
H A DCloneFunction.cpp752 LI->addTopLevelLoop(NewLoop); in cloneLoopWithPreheader()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2777 LI->addTopLevelLoop(Lp); in createVectorizedLoopSkeleton()