Home
last modified time | relevance | path

Searched refs:moveAfter (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp203 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
207 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/
DBasicBlock.h172 void moveAfter(BasicBlock *MovePos);
/external/llvm/include/llvm/IR/
DBasicBlock.h178 void moveAfter(BasicBlock *MovePos);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp230 NewBB->moveAfter(BB); in InsertStackProtectors()
DBranchFolding.cpp1179 MBB->moveAfter(--MF.end()); in OptimizeBlock()
1348 MBB->moveAfter(PredBB); in OptimizeBlock()
1384 MBB->moveAfter(--MF.end()); in OptimizeBlock()
DMachineBasicBlock.cpp276 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h179 void moveAfter(BasicBlock *MovePos);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp113 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
DCore.cpp1540 unwrap(BB)->moveAfter(unwrap(MovePos)); in LLVMMoveBasicBlockAfter()
/external/llvm/lib/CodeGen/
DStackProtector.cpp422 NewBB->moveAfter(BB); in InsertStackProtectors()
DBranchFolding.cpp1405 MBB->moveAfter(&MF.back()); in OptimizeBlock()
1567 MBB->moveAfter(PredBB); in OptimizeBlock()
1609 MBB->moveAfter(&MF.back()); in OptimizeBlock()
DMachineBasicBlock.cpp400 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
/external/llvm/lib/IR/
DBasicBlock.cpp110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
DCore.cpp2089 unwrap(BB)->moveAfter(unwrap(MovePos)); in LLVMMoveBasicBlockAfter()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h247 void moveAfter(MachineBasicBlock *NewBefore);
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp238 Next->moveAfter(MBB); in SortBlocks()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp538 final->moveAfter(start); in EmitCustomAtomic()
539 exit->moveAfter(final); in EmitCustomAtomic()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h365 void moveAfter(MachineBasicBlock *NewBefore);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp511 NewBB->moveAfter(FoundBB); in PlaceSplitBlockCarefully()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp111 NewBB->moveAfter(FoundBB); in placeSplitBlockCarefully()
DLocal.cpp602 DestBB->moveAfter(PredBB); in MergeBasicBlockIntoOnlyPred()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1357 NewBB->moveAfter(PredBB); in ThreadEdge()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp1887 BB->moveAfter(JTBB); in AdjustJTTargetBlockForward()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1490 NewBB->moveAfter(PredBB); in ThreadEdge()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp2282 BB->moveAfter(JTBB); in adjustJTTargetBlockForward()

12