Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h172 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop() function
173 LI.addTopLevelLoop(New); in addTopLevelLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp81 LI.addTopLevelLoop(ColLoop); in CreateTiledLoops()
H A DFixIrreducible.cpp200 LI.addTopLevelLoop(NewLoop); in createNaturalLoopInternal()
H A DLoopUnroll.cpp155 LI->addTopLevelLoop(NewLoop); in addClonedBlockToLoopInfo()
H A DCloneFunction.cpp815 LI->addTopLevelLoop(NewLoop); in cloneLoopWithPreheader()
H A DLoopUtils.cpp1495 LI->addTopLevelLoop(&New); in cloneLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp407 LI.addTopLevelLoop(&L); in handleDeadExits()
459 LI.addTopLevelLoop(DL); in deleteDeadLoopBlocks()
H A DSimpleLoopUnswitch.cpp365 LI.addTopLevelLoop(&L); in hoistLoopToNewParent()
1271 LI.addTopLevelLoop(ClonedRootL); in cloneLoopNest()
1404 LI.addTopLevelLoop(ClonedL); in buildClonedLoops()
1837 LI.addTopLevelLoop(&L); in rebuildLoopAfterUnswitch()
1974 LI.addTopLevelLoop(HoistedL); in rebuildLoopAfterUnswitch()
H A DInductiveRangeCheckElimination.cpp1387 LI.addTopLevelLoop(&New); in createClonedLoopStructure()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp161 LI->addTopLevelLoop(RowLoop); in createTileLoadStoreLoops()
277 LI->addTopLevelLoop(RowLoop); in createTileDPLoops()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp794 LI->addTopLevelLoop(Subloop); in updateSubloopParents()
907 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in erase()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h519 LI->addTopLevelLoop(Subloop); in insertIntoLoop()
H A DLoopInfo.h1024 void addTopLevelLoop(LoopT *New) { in addTopLevelLoop() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3517 LI->addTopLevelLoop(Lp); in createVectorLoopSkeleton()