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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZExpandPseudo.cpp 86 RestMBB->transferSuccessors(&MBB);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBasicBlock.h 280 /// transferSuccessors - Transfers all the successors from MBB to this
283 void transferSuccessors(MachineBasicBlock *fromMBB);
286 /// in transferSuccessors, and update PHI operands in the successor blocks
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchRelaxation.cpp 249 NewBB->transferSuccessors(OrigBB);
BranchFolding.cpp 459 NewMBB->transferSuccessors(&CurMBB);
    [all...]
TailDuplicator.cpp     [all...]
MachineBasicBlock.cpp 762 void MachineBasicBlock::transferSuccessors(MachineBasicBlock *FromMBB) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 662 DoneBB->transferSuccessors(&MBB);
749 DoneBB->transferSuccessors(&MBB);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 429 void transferSuccessors(MachineBasicBlock *FromMBB);
431 /// Transfers all the successors, as in transferSuccessors, and update PHI
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 154 NewMBB->transferSuccessors(MBB);
MipsConstantIslandPass.cpp 881 NewBB->transferSuccessors(OrigBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 488 void transferSuccessors(MachineBasicBlock *FromMBB);
490 /// Transfers all the successors, as in transferSuccessors, and update PHI
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp 187 NewMBB->transferSuccessors(ThisMBB);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 413 NewMBB->transferSuccessors(&CurMBB);
    [all...]
MachineBasicBlock.cpp 409 void MachineBasicBlock::transferSuccessors(MachineBasicBlock *fromMBB) {
TailDuplication.cpp 868 PrevBB->transferSuccessors(TailBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 648 DoneBB->transferSuccessors(&MBB);
741 DoneBB->transferSuccessors(&MBB);
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 454 NewMBB->transferSuccessors(&CurMBB);
    [all...]
TailDuplicator.cpp 850 PrevBB->transferSuccessors(TailBB);
    [all...]
MachineBasicBlock.cpp 619 void MachineBasicBlock::transferSuccessors(MachineBasicBlock *FromMBB) {
    [all...]
MachinePipeliner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 517 RemainderBB->transferSuccessors(&MBB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp 270 NewMBB->transferSuccessors(MBB);
MipsConstantIslandPass.cpp 879 NewBB->transferSuccessors(OrigBB);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]

Completed in 915 milliseconds

1 2