Searched refs:RemoveBranch (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h52 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
H A DBPFInstrInfo.cpp151 unsigned BPFInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:BPFInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h83 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
H A DMSP430InstrInfo.cpp107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h66 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
H A DNVPTXInstrInfo.cpp165 /// Note that RemoveBranch and InsertBranch must be implemented to support
225 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:NVPTXInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h73 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h63 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
H A DXCoreInstrInfo.cpp190 /// Note that RemoveBranch and InsertBranch must be implemented to support
314 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:XCoreInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h73 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DR600InstrInfo.cpp298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:R600InstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h59 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
H A DMipsInstrInfo.cpp146 unsigned MipsInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MipsInstrInfo
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp486 TII->RemoveBranch(*CurMBB);
1024 TII->RemoveBranch(*PBB);
1240 TII->RemoveBranch(PrevBB);
1288 TII->RemoveBranch(PrevBB);
1298 TII->RemoveBranch(PrevBB);
1312 TII->RemoveBranch(PrevBB);
1350 TII->RemoveBranch(PrevBB);
1380 TII->RemoveBranch(*MBB);
1397 TII->RemoveBranch(*MBB);
1437 TII->RemoveBranch(PrevB
[all...]
H A DIfConversion.cpp450 TII->RemoveBranch(*BBI.BB);
1065 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1078 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1202 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1212 CvtBBI->NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
1216 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1334 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1383 BBI1->NonPredSize -= TII->RemoveBranch(*BBI1->BB);
1401 BBI2->NonPredSize -= TII->RemoveBranch(*BBI2->BB);
H A DMachineBasicBlock.cpp399 TII->RemoveBranch(*this);
429 TII->RemoveBranch(*this);
432 TII->RemoveBranch(*this);
452 TII->RemoveBranch(*this);
469 TII->RemoveBranch(*this);
472 TII->RemoveBranch(*this);
H A DTailDuplication.cpp729 TII->RemoveBranch(*PredBB);
794 TII->RemoveBranch(*PredBB);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h140 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h67 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h142 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.h167 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h150 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h117 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h257 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h380 /// Note that RemoveBranch and InsertBranch must be implemented to support
393 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
396 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const { function in class:llvm::TargetInstrInfo
397 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");

Completed in 871 milliseconds

12