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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 408 /// transferSuccessors - Transfers all the successors from MBB to this
411 void transferSuccessors(MachineBasicBlock *fromMBB);
414 /// in transferSuccessors, and update PHI operands in the successor blocks
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 152 NewMBB->transferSuccessors(MBB);
MipsConstantIslandPass.cpp 900 NewBB->transferSuccessors(OrigBB);
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 430 NewMBB->transferSuccessors(&CurMBB);
    [all...]
TailDuplication.cpp     [all...]
MachineBasicBlock.cpp 580 void MachineBasicBlock::transferSuccessors(MachineBasicBlock *fromMBB) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 153 milliseconds