Searched refs:RemoveBranch (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.h75 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DSPUInstrInfo.cpp296 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:SPUInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h81 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DMSP430InstrInfo.cpp104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h44 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DMipsInstrInfo.cpp219 RemoveBranch(MachineBasicBlock &MBB) const function in class:MipsInstrInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h70 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DNVPTXInstrInfo.cpp216 /// Note that RemoveBranch and InsertBranch must be implemented to support
279 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:NVPTXInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h78 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DSparcInstrInfo.cpp258 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
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/PowerPC/
H A DPPCInstrInfo.h116 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DHexagonHardwareLoops.cpp530 TII->RemoveBranch(*LastMBB);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h206 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
H A DMBlazeInstrInfo.cpp213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { function in class:MBlazeInstrInfo
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp471 TII->RemoveBranch(*CurMBB);
929 TII->RemoveBranch(*PBB);
1106 TII->RemoveBranch(PrevBB);
1154 TII->RemoveBranch(PrevBB);
1164 TII->RemoveBranch(PrevBB);
1178 TII->RemoveBranch(PrevBB);
1216 TII->RemoveBranch(PrevBB);
1246 TII->RemoveBranch(*MBB);
1263 TII->RemoveBranch(*MBB);
1303 TII->RemoveBranch(PrevB
[all...]
H A DMachineBasicBlock.cpp362 TII->RemoveBranch(*this);
392 TII->RemoveBranch(*this);
395 TII->RemoveBranch(*this);
415 TII->RemoveBranch(*this);
432 TII->RemoveBranch(*this);
435 TII->RemoveBranch(*this);
H A DIfConversion.cpp439 TII->RemoveBranch(*BBI.BB);
1053 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1061 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1145 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1151 CvtBBI->NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
1155 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1254 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
1291 BBI1->NonPredSize -= TII->RemoveBranch(*BBI1->BB);
1305 BBI2->NonPredSize -= TII->RemoveBranch(*BBI2->BB);
H A DTailDuplication.cpp723 TII->RemoveBranch(*PredBB);
787 TII->RemoveBranch(*PredBB);
H A DEarlyIfConversion.cpp541 TII->RemoveBranch(*Head);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h65 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h217 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h260 /// 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 { function in class:llvm::TargetInstrInfo
277 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");

Completed in 1084 milliseconds

12