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

1 2

  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.h 65 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
AlphaInstrInfo.cpp 289 unsigned AlphaInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 75 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
SPUInstrInfo.cpp 300 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 82 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MSP430InstrInfo.cpp 107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 71 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
SparcInstrInfo.cpp 247 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 96 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
XCoreInstrInfo.cpp 183 /// Note that RemoveBranch and InsertBranch must be implemented to support
307 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 147 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MipsInstrInfo.cpp 402 RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 83 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
PTXInstrInfo.cpp 252 unsigned PTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
260 DEBUG(dbgs() << "RemoveBranch: MBB: " << MBB.getName().str() << "\n");
261 DEBUG(dbgs() << "RemoveBranch: remove " << count << " branch inst\n");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 110 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 462 TII->RemoveBranch(*CurMBB);
    [all...]
IfConversion.cpp 431 TII->RemoveBranch(*BBI.BB);
    [all...]
MachineBasicBlock.cpp 297 TII->RemoveBranch(*this);
313 TII->RemoveBranch(*this);
316 TII->RemoveBranch(*this);
331 TII->RemoveBranch(*this);
334 TII->RemoveBranch(*this);
TailDuplication.cpp 712 TII->RemoveBranch(*PredBB);
776 TII->RemoveBranch(*PredBB);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 206 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MBlazeInstrInfo.cpp 213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 216 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 264 /// Note that RemoveBranch and InsertBranch must be implemented to support
277 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
280 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
281 assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;

Completed in 1040 milliseconds

1 2