OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removebranch
(Results
1 - 25
of
41
) sorted by null
1
2
/external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h
45
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
WebAssemblyInstrInfo.cpp
104
unsigned WebAssemblyInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/BPF/
BPFInstrInfo.h
52
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
BPFInstrInfo.cpp
151
unsigned BPFInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h
83
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
MSP430InstrInfo.cpp
105
unsigned MSP430InstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h
65
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
NVPTXInstrInfo.cpp
145
/// Note that
RemoveBranch
and InsertBranch must be implemented to support
205
unsigned NVPTXInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/Sparc/
SparcInstrInfo.h
73
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.h
62
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
XCoreInstrInfo.cpp
190
/// Note that
RemoveBranch
and InsertBranch must be implemented to support
309
XCoreInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/llvm/lib/Target/Mips/
MipsInstrInfo.h
59
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
MipsInstrInfo.cpp
145
unsigned MipsInstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const {
/external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h
73
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const;
R600InstrInfo.cpp
298
R600InstrInfo::
RemoveBranch
(MachineBasicBlock &MBB) const
/external/llvm/lib/CodeGen/
IfConversion.cpp
455
TII->
RemoveBranch
(*BBI.BB);
[
all
...]
MachineBasicBlock.cpp
430
TII->
RemoveBranch
(*this);
460
TII->
RemoveBranch
(*this);
463
TII->
RemoveBranch
(*this);
483
TII->
RemoveBranch
(*this);
500
TII->
RemoveBranch
(*this);
503
TII->
RemoveBranch
(*this);
[
all
...]
BranchFolding.cpp
496
TII->
RemoveBranch
(*CurMBB);
[
all
...]
ImplicitNullChecks.cpp
387
unsigned BranchesRemoved = TII->
RemoveBranch
(*NC.CheckBlock);
TailDuplication.cpp
743
TII->
RemoveBranch
(*PredBB);
808
TII->
RemoveBranch
(*PredBB);
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h
76
/// Note that
RemoveBranch
and InsertBranch must be implemented to support
90
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h
150
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
141
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h
169
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
172
unsigned
RemoveBranch
(MachineBasicBlock &MBB) const override;
Completed in 702 milliseconds
1
2