Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h149 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function
150 LI.changeLoopFor(BB, L); in changeLoopFor()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp272 MLI.changeLoopFor(Dispatch, Loop); in run()
326 MLI.changeLoopFor(Split, Loop); in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp462 LI->changeLoopFor(POI, NL); in updateBlockParents()
488 LI->changeLoopFor(*POI, NL); in updateBlockParents()
629 changeLoopFor(*I, nullptr); in erase()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp297 LI.changeLoopFor(&Preheader, NewParentL); in hoistLoopToNewParent()
1123 LI.changeLoopFor(ClonedBB, &ClonedL); in cloneLoopNest()
1515 LI.changeLoopFor(BB, nullptr); in deleteDeadBlocksFromLoop()
1686 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch()
1787 LI.changeLoopFor(BB, &ExitL); in rebuildLoopAfterUnswitch()
1801 LI.changeLoopFor(BB, nullptr); in rebuildLoopAfterUnswitch()
H A DLoopInterchange.cpp1174 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1211 LI->changeLoopFor(BB, NewInner); in restructureLoops()
1217 LI->changeLoopFor(OrigOuterPreHeader, NewOuter); in restructureLoops()
H A DLoopSimplifyCFG.cpp370 LI.changeLoopFor(NewPreheader, StillReachable); in handleDeadExits()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h722 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
H A DLoopInfoImpl.h454 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp308 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1073 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()