Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h180 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop() function
181 LI.addTopLevelLoop(New); in addTopLevelLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp81 LI.addTopLevelLoop(ColumnLoopInfo); in CreateTiledLoops()
H A DFixIrreducible.cpp206 LI.addTopLevelLoop(NewLoop); in createNaturalLoopInternal()
H A DLoopUnroll.cpp166 LI->addTopLevelLoop(NewLoop); in addClonedBlockToLoopInfo()
H A DLoopConstrainer.cpp705 LI.addTopLevelLoop(&New); in createClonedLoopStructure()
H A DCloneFunction.cpp1020 LI->addTopLevelLoop(NewLoop); in cloneLoopWithPreheader()
H A DLoopUtils.cpp1632 LI->addTopLevelLoop(&New); in cloneLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp403 LI.addTopLevelLoop(&L); in handleDeadExits()
456 LI.addTopLevelLoop(DL); in deleteDeadLoopBlocks()
H A DSimpleLoopUnswitch.cpp444 LI.addTopLevelLoop(&L); in hoistLoopToNewParent()
1369 LI.addTopLevelLoop(ClonedRootL); in cloneLoopNest()
1502 LI.addTopLevelLoop(ClonedL); in buildClonedLoops()
1938 LI.addTopLevelLoop(&L); in rebuildLoopAfterUnswitch()
2075 LI.addTopLevelLoop(HoistedL); in rebuildLoopAfterUnswitch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp466 LI->addTopLevelLoop(SVELoop); in expandFindMismatch()
467 LI->addTopLevelLoop(ScalarLoop); in expandFindMismatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp161 LI->addTopLevelLoop(RowLoop); in createTileLoadStoreLoops()
275 LI->addTopLevelLoop(RowLoop); in createTileDPLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp792 LI->addTopLevelLoop(Subloop); in updateSubloopParents()
905 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in erase()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h659 void addTopLevelLoop(LoopT *New) { in addTopLevelLoop() function
H A DGenericLoopInfoImpl.h537 LI->addTopLevelLoop(Subloop); in insertIntoLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp641 State->LI->addTopLevelLoop(State->CurrentVectorLoop); in execute()