/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 124 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { in changeLoopFor() function 125 LI.changeLoopFor(BB, L); in changeLoopFor()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 125 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/ |
D | MachineLoopInfo.h | 149 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/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 186 MLI.changeLoopFor(Dispatch, Loop); in VisitLoop() 240 MLI.changeLoopFor(Split, Loop); in VisitLoop()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 183 MLI.changeLoopFor(Dispatch, Loop); in VisitLoop() 237 MLI.changeLoopFor(Split, Loop); in VisitLoop()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LoopInfo.cpp | 444 LI->changeLoopFor(*POI, NL); in updateBlockParents() 470 LI->changeLoopFor(*POI, NL); in updateBlockParents() 618 LI.changeLoopFor(*I, 0); in updateUnloop()
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 446 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/ |
D | LoopInfo.cpp | 443 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/ |
D | SimpleLoopUnswitch.cpp | 274 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()
|
D | LoopInterchange.cpp | 1217 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/ |
D | LoopInfo.h | 713 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/ |
D | LoopInfoImpl.h | 366 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
|
D | LoopInfo.h | 570 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 716 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() function
|
D | LoopInfoImpl.h | 451 LI->changeLoopFor(PredBB, L); in discoverAndMapSubloop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 616 LI->changeLoopFor(BB, NewOuter); in SeparateNestedLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 308 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 338 LI->changeLoopFor(BB, NewOuter); in separateNestedLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 1073 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 1101 MLI->changeLoopFor(LoopHeader, ParentLoop); in mergeLoop()
|