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

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 203 JumpAroundTarget->moveAfter(LayoutSucc);
207 UncondTarget->moveAfter(JumpAroundTarget);
  /external/llvm/include/llvm/IR/
BasicBlock.h 174 void moveAfter(BasicBlock *MovePos);
  /external/llvm/lib/IR/
BasicBlock.cpp 115 /// moveAfter - Unlink this basic block from its current function and
117 void BasicBlock::moveAfter(BasicBlock *MovePos) {
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 454 NewBB->moveAfter(BB);
BranchFolding.cpp     [all...]
MachineBasicBlock.cpp 387 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 366 /// moveBefore/moveAfter - move 'this' block before or after the specified
370 void moveAfter(MachineBasicBlock *NewBefore);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 105 NewBB->moveAfter(FoundBB);
    [all...]
  /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...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1257 milliseconds