HomeSort by relevance Sort by last modified time
    Searched defs:RemoveBranch (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 258 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp 300 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 423 RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 183 /// Note that RemoveBranch and InsertBranch must be implemented to support
307 XCoreInstrInfo::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...]
  /external/llvm/lib/Target/PTX/
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.cpp 267 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 155 RemoveBranch(MBB);
285 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 366 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1597 milliseconds