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

1 2

  /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 104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 68 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MipsInstrInfo.cpp 423 RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 78 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
SparcInstrInfo.cpp 258 unsigned SparcInstrInfo::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/PTX/
PTXInstrInfo.h 83 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
PTXInstrInfo.cpp 250 unsigned PTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
258 DEBUG(dbgs() << "RemoveBranch: MBB: " << MBB.getName().str() << "\n");
259 DEBUG(dbgs() << "RemoveBranch: remove " << count << " branch inst\n");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 113 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
HexagonHardwareLoops.cpp 527 TII->RemoveBranch(*LastMBB);
HexagonInstrInfo.cpp 155 RemoveBranch(MBB);
285 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [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/CodeGen/
BranchFolding.cpp 472 TII->RemoveBranch(*CurMBB);
    [all...]
MachineBasicBlock.cpp 358 TII->RemoveBranch(*this);
388 TII->RemoveBranch(*this);
391 TII->RemoveBranch(*this);
411 TII->RemoveBranch(*this);
428 TII->RemoveBranch(*this);
431 TII->RemoveBranch(*this);
    [all...]
IfConversion.cpp 431 TII->RemoveBranch(*BBI.BB);
    [all...]
TailDuplication.cpp 712 TII->RemoveBranch(*PredBB);
776 TII->RemoveBranch(*PredBB);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 216 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 65 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 265 /// 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 {
282 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]

Completed in 996 milliseconds

1 2