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

/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MBlazeInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp300 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:SPUInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp423 RemoveBranch(MachineBasicBlock &MBB) const function in class:MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp267 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp258 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp183 /// Note that RemoveBranch and InsertBranch must be implemented to support
307 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:XCoreInstrInfo
/external/llvm/lib/Target/PTX/
H A DPTXInstrInfo.cpp250 unsigned PTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:PTXInstrInfo
258 DEBUG(dbgs() << "RemoveBranch: MBB: " << MBB.getName().str() << "\n");
259 DEBUG(dbgs() << "RemoveBranch: remove " << count << " branch inst\n");
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h265 /// Note that RemoveBranch and InsertBranch must be implemented to support
278 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
281 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const { function in class:llvm::TargetInstrInfo
282 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp155 RemoveBranch(MBB);
285 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:HexagonInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2305 unsigned X86InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:X86InstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp366 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:ARMBaseInstrInfo

Completed in 765 milliseconds