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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 70 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
NVPTXInstrInfo.cpp 216 /// Note that RemoveBranch and InsertBranch must be implemented to support
279 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 75 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
SPUInstrInfo.cpp 296 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 81 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MSP430InstrInfo.cpp 104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 44 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MipsInstrInfo.cpp 219 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/PowerPC/
PPCInstrInfo.h 116 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
HexagonHardwareLoops.cpp 530 TII->RemoveBranch(*LastMBB);
  /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 471 TII->RemoveBranch(*CurMBB);
    [all...]
MachineBasicBlock.cpp 362 TII->RemoveBranch(*this);
392 TII->RemoveBranch(*this);
395 TII->RemoveBranch(*this);
415 TII->RemoveBranch(*this);
432 TII->RemoveBranch(*this);
435 TII->RemoveBranch(*this);
    [all...]
IfConversion.cpp 439 TII->RemoveBranch(*BBI.BB);
    [all...]
TailDuplication.cpp 723 TII->RemoveBranch(*PredBB);
787 TII->RemoveBranch(*PredBB);
    [all...]
EarlyIfConversion.cpp 541 TII->RemoveBranch(*Head);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 65 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 217 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 260 /// Note that RemoveBranch and InsertBranch must be implemented to support
273 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
276 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
277 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]

Completed in 241 milliseconds

1 2