HomeSort by relevance Sort by last modified time
    Searched refs:moveAfter (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 202 JumpAroundTarget->moveAfter(LayoutSucc);
206 UncondTarget->moveAfter(JumpAroundTarget);
  /external/llvm/include/llvm/IR/
BasicBlock.h 170 void moveAfter(BasicBlock *MovePos);
  /external/llvm/lib/IR/
BasicBlock.cpp 111 /// moveAfter - Unlink this basic block from its current function and
113 void BasicBlock::moveAfter(BasicBlock *MovePos) {
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 366 NewBB->moveAfter(BB);
BranchFolding.cpp     [all...]
MachineBasicBlock.cpp 381 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 343 /// moveBefore/moveAfter - move 'this' block before or after the specified
347 void moveAfter(MachineBasicBlock *NewBefore);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 526 NewBB->moveAfter(FoundBB);
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 371 SourceEntry.prototype.moveAfter = function(entry) {
eventsview.js 429 sourceEntry.moveAfter(sourceEntryBefore);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 896 milliseconds