Searched refs:changeLoopFor (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineLoopInfo.h | 161 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 D | FixIrreducible.cpp | 140 LI.changeLoopFor(BB, NewLoop); in INITIALIZE_PASS_DEPENDENCY() 219 LI.changeLoopFor(BB, NewLoop); in createNaturalLoopInternal()
|
| H A D | LoopSimplify.cpp | 331 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 730 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 D | SimpleLoopUnswitch.cpp | 356 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 D | LoopInterchange.cpp | 1298 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops() 1335 LI->changeLoopFor(BB, NewInner); in restructureLoops() 1341 LI->changeLoopFor(OrigOuterPreHeader, NewOuter); in restructureLoops()
|
| H A D | LoopSimplifyCFG.cpp | 399 LI.changeLoopFor(NewPreheader, StillReachable); in handleDeadExits()
|
| H A D | LoopFuse.cpp | 1495 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 D | LoopInfoImpl.h | 448 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
|
| H A D | LoopInfo.h | 1005 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 1048 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()
|