Searched defs:RemoveBranch (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp167 /// Note that RemoveBranch and InsertBranch must be implemented to support
227 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:NVPTXInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp149 RemoveBranch(MachineBasicBlock &MBB) const function in class:MipsInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp259 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:R600InstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:R600InstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp225 unsigned AArch64InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:AArch64InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h292 /// Note that RemoveBranch and InsertBranch must be implemented to support
305 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
308 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const { function in class:llvm::TargetInstrInfo
309 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp333 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:SystemZInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp156 RemoveBranch(MBB);
310 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp504 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2901 unsigned X86InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:X86InstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp367 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:ARMBaseInstrInfo

Completed in 1875 milliseconds