Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopInfo.h124 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function
125 LI.changeLoopFor(BB, L); in changeLoopFor()
/external/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h125 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function
126 LI.changeLoopFor(BB, L); in changeLoopFor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h149 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function
150 LI.changeLoopFor(BB, L); in changeLoopFor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp186 MLI.changeLoopFor(Dispatch, Loop); in VisitLoop()
240 MLI.changeLoopFor(Split, Loop); in VisitLoop()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp183 MLI.changeLoopFor(Dispatch, Loop); in VisitLoop()
237 MLI.changeLoopFor(Split, Loop); in VisitLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp444 LI->changeLoopFor(*POI, NL); in updateBlockParents()
470 LI->changeLoopFor(*POI, NL); in updateBlockParents()
618 LI.changeLoopFor(*I, 0); in updateUnloop()
/external/llvm/lib/Analysis/
DLoopInfo.cpp446 LI->changeLoopFor(POI, NL); in updateBlockParents()
472 LI->changeLoopFor(*POI, NL); in updateBlockParents()
607 changeLoopFor(*I, nullptr); in markAsRemoved()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp443 LI->changeLoopFor(POI, NL); in updateBlockParents()
469 LI->changeLoopFor(*POI, NL); in updateBlockParents()
610 changeLoopFor(*I, nullptr); in erase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp274 LI.changeLoopFor(&Preheader, NewParentL); in hoistLoopToNewParent()
1051 LI.changeLoopFor(ClonedBB, &ClonedL); in cloneLoopNest()
1425 LI.changeLoopFor(BB, nullptr); in deleteDeadBlocksFromLoop()
1596 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch()
1697 LI.changeLoopFor(BB, &ExitL); in rebuildLoopAfterUnswitch()
1711 LI.changeLoopFor(BB, nullptr); in rebuildLoopAfterUnswitch()
DLoopInterchange.cpp1217 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1254 LI->changeLoopFor(BB, NewInner); in restructureLoops()
1260 LI->changeLoopFor(OrigOuterPreHeader, NewOuter); in restructureLoops()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h713 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
1018 inline void changeLoopFor(BasicBlock *BB, Loop *L) { in changeLoopFor() function
1019 LI.changeLoopFor(BB, L); in changeLoopFor()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h366 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
DLoopInfo.h570 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h716 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
DLoopInfoImpl.h451 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp616 LI->changeLoopFor(BB, NewOuter); in SeparateNestedLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp308 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp338 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1073 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1101 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()