Home
last modified time | relevance | path

Searched refs:RemoveBranch (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/CodeGen/
DBranchFolding.cpp486 TII->RemoveBranch(*CurMBB); in FixTail()
1024 TII->RemoveBranch(*PBB); in TailMergeBlocks()
1240 TII->RemoveBranch(PrevBB); in OptimizeBlock()
1288 TII->RemoveBranch(PrevBB); in OptimizeBlock()
1298 TII->RemoveBranch(PrevBB); in OptimizeBlock()
1312 TII->RemoveBranch(PrevBB); in OptimizeBlock()
1350 TII->RemoveBranch(PrevBB); in OptimizeBlock()
1380 TII->RemoveBranch(*MBB); in OptimizeBlock()
1397 TII->RemoveBranch(*MBB); in OptimizeBlock()
1437 TII->RemoveBranch(PrevBB); in OptimizeBlock()
[all …]
DMachineBasicBlock.cpp399 TII->RemoveBranch(*this); in updateTerminator()
429 TII->RemoveBranch(*this); in updateTerminator()
432 TII->RemoveBranch(*this); in updateTerminator()
452 TII->RemoveBranch(*this); in updateTerminator()
469 TII->RemoveBranch(*this); in updateTerminator()
472 TII->RemoveBranch(*this); in updateTerminator()
DIfConversion.cpp450 TII->RemoveBranch(*BBI.BB); in ReverseBranchCondition()
1065 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB); in IfConvertSimple()
1078 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB); in IfConvertSimple()
1202 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB); in IfConvertTriangle()
1212 CvtBBI->NonPredSize -= TII->RemoveBranch(*CvtBBI->BB); in IfConvertTriangle()
1216 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB); in IfConvertTriangle()
1334 BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB); in IfConvertDiamond()
1383 BBI1->NonPredSize -= TII->RemoveBranch(*BBI1->BB); in IfConvertDiamond()
1401 BBI2->NonPredSize -= TII->RemoveBranch(*BBI2->BB); in IfConvertDiamond()
DTailDuplication.cpp729 TII->RemoveBranch(*PredBB); in duplicateSimpleBB()
794 TII->RemoveBranch(*PredBB); in TailDuplicate()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.h52 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
DBPFInstrInfo.cpp151 unsigned BPFInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch() function in BPFInstrInfo
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h66 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
DNVPTXInstrInfo.cpp225 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch() function in NVPTXInstrInfo
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h63 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
DXCoreInstrInfo.cpp314 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch() function in XCoreInstrInfo
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h73 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h83 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
DMSP430InstrInfo.cpp107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch() function in MSP430InstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h73 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
DR600InstrInfo.cpp298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const in RemoveBranch() function in R600InstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h59 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
DMipsInstrInfo.cpp146 unsigned MipsInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch() function in MipsInstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h150 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h142 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h67 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h140 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/R600/
DR600InstrInfo.h167 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/X86/
DX86InstrInfo.h257 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h117 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h396 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch() function

12