OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveBranch
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp
290
unsigned AlphaInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp
213
unsigned MBlazeInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp
107
unsigned MSP430InstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
247
unsigned SparcInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
299
unsigned SystemZInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp
298
SPUInstrInfo::
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
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/Mips/
MipsInstrInfo.cpp
404
RemoveBranch
(MachineBasicBlock &MBB) const
/external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp
246
unsigned PTXInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
254
DEBUG(dbgs() << "
RemoveBranch
: MBB: " << MBB.getName().str() << "\n");
255
DEBUG(dbgs() << "
RemoveBranch
: remove " << count << " branch inst\n");
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
248
unsigned PPCInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
364
unsigned ARMBaseInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 292 milliseconds