Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h152 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function
153 LI.changeLoopFor(BB, L); in changeLoopFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp709 LI->changeLoopFor(POI, NL); in updateBlockParents()
735 LI->changeLoopFor(*POI, NL); in updateBlockParents()
876 changeLoopFor(*I, nullptr); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp294 LI.changeLoopFor(&Preheader, NewParentL); in hoistLoopToNewParent()
1167 LI.changeLoopFor(ClonedBB, &ClonedL); in cloneLoopNest()
1559 LI.changeLoopFor(BB, nullptr); in deleteDeadBlocksFromLoop()
1730 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch()
1830 LI.changeLoopFor(BB, &ExitL); in rebuildLoopAfterUnswitch()
1844 LI.changeLoopFor(BB, nullptr); in rebuildLoopAfterUnswitch()
DLoopInterchange.cpp1175 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1212 LI->changeLoopFor(BB, NewInner); in restructureLoops()
1218 LI->changeLoopFor(OrigOuterPreHeader, NewOuter); in restructureLoops()
DLoopFuse.cpp1309 LI.changeLoopFor(BB, FC0.L); in performFusion()
1572 LI.changeLoopFor(BB, FC0.L); in fuseGuardedLoops()
DLoopSimplifyCFG.cpp393 LI.changeLoopFor(NewPreheader, StillReachable); in handleDeadExits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h438 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
DLoopInfo.h971 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp316 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1073 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()