Searched refs:moveAfter (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp203 JumpAroundTarget->moveAfter(LayoutSucc);
207 UncondTarget->moveAfter(JumpAroundTarget);
/external/llvm/include/llvm/IR/
H A DBasicBlock.h174 void moveAfter(BasicBlock *MovePos);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsource_row.js262 moveAfter: function(entry) {
H A Devents_view.js260 sourceRow.moveAfter(sourceRowBefore);
/external/llvm/lib/IR/
H A DBasicBlock.cpp115 /// moveAfter - Unlink this basic block from its current function and
117 void BasicBlock::moveAfter(BasicBlock *MovePos) { function in class:BasicBlock
H A DCore.cpp1808 unwrap(BB)->moveAfter(unwrap(MovePos));
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp454 NewBB->moveAfter(BB);
H A DBranchFolding.cpp1232 MBB->moveAfter(--MF.end());
1406 MBB->moveAfter(PredBB);
1442 MBB->moveAfter(--MF.end());
H A DMachineBasicBlock.cpp387 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { function in class:MachineBasicBlock
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h366 /// moveBefore/moveAfter - move 'this' block before or after the specified
370 void moveAfter(MachineBasicBlock *NewBefore);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js2306 this.moveAfter();
2322 GhostDropHint.prototype.moveAfter = function() {
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp105 NewBB->moveAfter(FoundBB);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2030 BB->moveAfter(JTBB);
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1407 NewBB->moveAfter(PredBB);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1571 See the method [llvm::BasicBlock::moveAfter]. *)

Completed in 894 milliseconds