HomeSort by relevance Sort by last modified time
    Searched refs:moveAfter (Results 1 - 25 of 25) 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 178 void moveAfter(BasicBlock *MovePos);
  /external/swiftshader/third_party/LLVM/include/llvm/
BasicBlock.h 170 /// moveAfter - Unlink this basic block from its current function and
172 void moveAfter(BasicBlock *MovePos);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 230 NewBB->moveAfter(BB);
BranchFolding.cpp     [all...]
MachineBasicBlock.cpp 276 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
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 422 NewBB->moveAfter(BB);
BranchFolding.cpp     [all...]
MachineBasicBlock.cpp 400 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) {
    [all...]