Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h161 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function
162 LI.changeLoopFor(BB, L); in changeLoopFor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp140 LI.changeLoopFor(BB, NewLoop); in INITIALIZE_PASS_DEPENDENCY()
219 LI.changeLoopFor(BB, NewLoop); in createNaturalLoopInternal()
H A DLoopSimplify.cpp331 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp730 LI->changeLoopFor(POI, NL); in updateBlockParents()
756 LI->changeLoopFor(*POI, NL); in updateBlockParents()
893 changeLoopFor(BB, nullptr); in erase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp356 LI.changeLoopFor(&Preheader, NewParentL); in hoistLoopToNewParent()
1261 LI.changeLoopFor(ClonedBB, &ClonedL); in cloneLoopNest()
1656 LI.changeLoopFor(BB, nullptr); in deleteDeadBlocksFromLoop()
1832 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch()
1932 LI.changeLoopFor(BB, &ExitL); in rebuildLoopAfterUnswitch()
1946 LI.changeLoopFor(BB, nullptr); in rebuildLoopAfterUnswitch()
H A DLoopInterchange.cpp1298 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1335 LI->changeLoopFor(BB, NewInner); in restructureLoops()
1341 LI->changeLoopFor(OrigOuterPreHeader, NewOuter); in restructureLoops()
H A DLoopSimplifyCFG.cpp399 LI.changeLoopFor(NewPreheader, StillReachable); in handleDeadExits()
H A DLoopFuse.cpp1495 LI.changeLoopFor(BB, FC0.L); in performFusion()
1787 LI.changeLoopFor(BB, FC0.L); in fuseGuardedLoops()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h448 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
H A DLoopInfo.h1005 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1048 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()