Searched refs:changeLoopFor (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineLoopInfo.h | 169 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function 170 LI.changeLoopFor(BB, L); in changeLoopFor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FixIrreducible.cpp | 140 LI.changeLoopFor(BB, NewLoop); in INITIALIZE_PASS_DEPENDENCY() 225 LI.changeLoopFor(BB, NewLoop); in createNaturalLoopInternal()
|
| H A D | LoopSimplify.cpp | 325 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 727 LI->changeLoopFor(POI, NL); in updateBlockParents() 754 LI->changeLoopFor(*POI, NL); in updateBlockParents() 891 changeLoopFor(BB, nullptr); in erase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 1236 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops() 1273 LI->changeLoopFor(BB, NewInner); in restructureLoops() 1279 LI->changeLoopFor(OrigOuterPreHeader, NewOuter); in restructureLoops()
|
| H A D | SimpleLoopUnswitch.cpp | 435 LI.changeLoopFor(&Preheader, NewParentL); in hoistLoopToNewParent() 1359 LI.changeLoopFor(ClonedBB, &ClonedL); in cloneLoopNest() 1756 LI.changeLoopFor(BB, nullptr); in deleteDeadBlocksFromLoop() 1933 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch() 2033 LI.changeLoopFor(BB, &ExitL); in rebuildLoopAfterUnswitch() 2047 LI.changeLoopFor(BB, nullptr); in rebuildLoopAfterUnswitch()
|
| H A D | LoopSimplifyCFG.cpp | 395 LI.changeLoopFor(NewPreheader, StillReachable); in handleDeadExits()
|
| H A D | LoopFuse.cpp | 1745 LI.changeLoopFor(BB, FC0.L); in performFusion() 2039 LI.changeLoopFor(BB, FC0.L); in fuseGuardedLoops()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericLoopInfo.h | 640 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
|
| H A D | GenericLoopInfoImpl.h | 467 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 1040 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()
|