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

12

/freebsd-10.2-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h82 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DMSP430InstrInfo.cpp107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MSP430InstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h67 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DNVPTXInstrInfo.cpp166 /// Note that RemoveBranch and InsertBranch must be implemented to support
226 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:NVPTXInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h71 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DSparcInstrInfo.cpp256 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:SparcInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h63 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DXCoreInstrInfo.cpp187 /// Note that RemoveBranch and InsertBranch must be implemented to support
311 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:XCoreInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h65 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h55 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DMipsInstrInfo.cpp149 RemoveBranch(MachineBasicBlock &MBB) const function in class:MipsInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h119 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp470 TII->RemoveBranch(*CurMBB);
933 TII->RemoveBranch(*PBB);
1110 TII->RemoveBranch(PrevBB);
1158 TII->RemoveBranch(PrevBB);
1168 TII->RemoveBranch(PrevBB);
1182 TII->RemoveBranch(PrevBB);
1220 TII->RemoveBranch(PrevBB);
1250 TII->RemoveBranch(*MBB);
1267 TII->RemoveBranch(*MBB);
1307 TII->RemoveBranch(PrevB
[all...]
H A DIfConversion.cpp449 TII->RemoveBranch(*BBI.BB);
1061 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1074 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1164 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1174 CvtBBI->NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
1178 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1282 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1331 BBI1->NonPredSize -= TII->RemoveBranch(*BBI1->BB);
1349 BBI2->NonPredSize -= TII->RemoveBranch(*BBI2->BB);
H A DMachineBasicBlock.cpp402 TII->RemoveBranch(*this);
432 TII->RemoveBranch(*this);
435 TII->RemoveBranch(*this);
455 TII->RemoveBranch(*this);
472 TII->RemoveBranch(*this);
475 TII->RemoveBranch(*this);
H A DTailDuplication.cpp719 TII->RemoveBranch(*PredBB);
783 TII->RemoveBranch(*PredBB);
H A DEarlyIfConversion.cpp540 TII->RemoveBranch(*Head);
H A DMachineBlockPlacement.cpp1026 TII->RemoveBranch(*PrevBB);
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h65 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DHexagonInstrInfo.cpp153 RemoveBranch(MBB);
307 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:HexagonInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600InstrInfo.h158 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h147 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const LLVM_OVERRIDE;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h235 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h65 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h281 /// Note that RemoveBranch and InsertBranch must be implemented to support
294 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
297 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const { function in class:llvm::TargetInstrInfo
298 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");

Completed in 149 milliseconds

12