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

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp195 JumpAroundTarget->moveAfter(LayoutSucc);
199 UncondTarget->moveAfter(JumpAroundTarget);
/external/llvm/include/llvm/
H A DBasicBlock.h164 /// moveAfter - Unlink this basic block from its current function and
166 void moveAfter(BasicBlock *MovePos);
/external/chromium/chrome/browser/resources/net_internals/
H A Dsourceentry.js371 SourceEntry.prototype.moveAfter = function(entry) {
H A Deventsview.js429 sourceEntry.moveAfter(sourceEntryBefore);
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp253 NewBB->moveAfter(BB);
H A DBranchFolding.cpp1220 MBB->moveAfter(--MF.end());
1393 MBB->moveAfter(PredBB);
1429 MBB->moveAfter(--MF.end());
H A DMachineBasicBlock.cpp341 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { function in class:MachineBasicBlock
/external/llvm/lib/VMCore/
H A DBasicBlock.cpp111 /// moveAfter - Unlink this basic block from its current function and
113 void BasicBlock::moveAfter(BasicBlock *MovePos) { function in class:BasicBlock
H A DCore.cpp1571 unwrap(BB)->moveAfter(unwrap(MovePos));
/external/mesa3d/src/pixelflinger2/
H A Dllvm_helper.h209 loop.end->moveAfter(m_builder.GetInsertBlock());
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h335 /// moveBefore/moveAfter - move 'this' block before or after the specified
339 void moveAfter(MachineBasicBlock *NewBefore);
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp518 NewBB->moveAfter(FoundBB);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp540 final->moveAfter(start);
541 exit->moveAfter(final);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2029 BB->moveAfter(JTBB);
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1373 NewBB->moveAfter(PredBB);

Completed in 327 milliseconds