Home
last modified time | relevance | path

Searched refs:removeBranch (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineLoopUtils.cpp110 if (TII->removeBranch(*Preheader) > 0) in PeelSingleBlockLoop()
112 TII->removeBranch(*NewBB); in PeelSingleBlockLoop()
124 TII->removeBranch(*Loop); in PeelSingleBlockLoop()
127 if (TII->removeBranch(*NewBB) > 0) in PeelSingleBlockLoop()
DBranchRelaxation.cpp317 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch() local
320 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
360 removeBranch(MBB); in fixupConditionalBranch()
385 removeBranch(MBB); in fixupConditionalBranch()
426 removeBranch(MBB); in fixupConditionalBranch()
DBranchFolding.cpp464 TII->removeBranch(*CurMBB); in FixTail()
1114 TII->removeBranch(*PBB); in TailMergeBlocks()
1384 TII->removeBranch(PrevBB); in OptimizeBlock()
1432 TII->removeBranch(PrevBB); in OptimizeBlock()
1442 TII->removeBranch(PrevBB); in OptimizeBlock()
1456 TII->removeBranch(PrevBB); in OptimizeBlock()
1494 TII->removeBranch(PrevBB); in OptimizeBlock()
1556 TII->removeBranch(*MBB); in OptimizeBlock()
1573 TII->removeBranch(*MBB); in OptimizeBlock()
1604 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
DMachineBasicBlock.cpp662 TII->removeBranch(*this); in updateTerminator()
690 TII->removeBranch(*this); in updateTerminator()
693 TII->removeBranch(*this); in updateTerminator()
708 TII->removeBranch(*this); in updateTerminator()
724 TII->removeBranch(*this); in updateTerminator()
727 TII->removeBranch(*this); in updateTerminator()
DTailDuplicator.cpp778 TII->removeBranch(*PredBB); in duplicateSimpleBB()
872 TII->removeBranch(*PredBB); in tailDuplicate()
933 TII->removeBranch(*PrevBB); in tailDuplicate()
957 TII->removeBranch(*PrevBB); in tailDuplicate()
DIfConversion.cpp627 TII->removeBranch(*BBI.BB); in reverseBranchCondition()
1573 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertSimple()
1685 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertTriangle()
1693 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle()
1818 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertDiamondCommon()
1916 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h60 unsigned removeBranch(MachineBasicBlock &MBB,
DNVPTXInstrInfo.cpp154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.h53 unsigned removeBranch(MachineBasicBlock &MBB,
DBPFInstrInfo.cpp240 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in BPFInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h60 unsigned removeBranch(MachineBasicBlock &MBB,
DWebAssemblyFixBrTableDefaults.cpp134 TII.removeBranch(*HeaderMBB, nullptr); in fixBrTableDefault()
DWebAssemblyInstrInfo.cpp153 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.h72 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.h100 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h92 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h76 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h177 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h230 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kInstrInfo.h264 unsigned removeBranch(MachineBasicBlock &MBB,

123