Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp114 TII->removeBranch(*NewBB); in PeelSingleBlockLoop()
126 TII->removeBranch(*Loop); in PeelSingleBlockLoop()
129 if (TII->removeBranch(*NewBB) > 0) in PeelSingleBlockLoop()
H A DBranchRelaxation.cpp378 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch()
381 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
427 removeBranch(MBB); in fixupConditionalBranch()
465 removeBranch(MBB); in fixupUnconditionalBranch()
490 removeBranch(MBB); in fixupUnconditionalBranch()
531 removeBranch(MBB); in fixupUnconditionalBranch()
340 auto removeBranch = [&](MachineBasicBlock *MBB) { fixupConditionalBranch() local
H A DBranchFolding.cpp474 TII->removeBranch(*CurMBB); in FixTail()
1129 TII->removeBranch(*PBB); in TailMergeBlocks()
1408 TII->removeBranch(PrevBB); in OptimizeBlock()
1456 TII->removeBranch(PrevBB); in OptimizeBlock()
1466 TII->removeBranch(PrevBB); in OptimizeBlock()
1480 TII->removeBranch(PrevBB); in OptimizeBlock()
1518 TII->removeBranch(PrevBB); in OptimizeBlock()
1581 TII->removeBranch(*MBB); in OptimizeBlock()
1598 TII->removeBranch(*MBB); in OptimizeBlock()
1629 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
H A DTailDuplicator.cpp794 TII->removeBranch(*PredBB); in duplicateSimpleBB()
897 TII->removeBranch(*PredBB); in tailDuplicate()
955 bool RemovedBranches = TII->removeBranch(*PrevBB) != 0; in tailDuplicate()
983 TII->removeBranch(*PrevBB); in tailDuplicate()
H A DMachineBasicBlock.cpp712 TII->removeBranch(*this); in updateTerminator()
740 TII->removeBranch(*this); in updateTerminator()
743 TII->removeBranch(*this); in updateTerminator()
758 TII->removeBranch(*this); in updateTerminator()
774 TII->removeBranch(*this); in updateTerminator()
777 TII->removeBranch(*this); in updateTerminator()
H A DIfConversion.cpp622 TII->removeBranch(*BBI.BB); in reverseBranchCondition()
1558 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertSimple()
1670 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertTriangle()
1678 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle()
1803 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertDiamondCommon()
1901 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
H A DNVPTXInstrInfo.cpp151 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h45 unsigned removeBranch(MachineBasicBlock &MBB,
H A DSPIRVInstrInfo.cpp214 unsigned SPIRVInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in SPIRVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h55 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h59 unsigned removeBranch(MachineBasicBlock &MBB,
H A DWebAssemblyFixBrTableDefaults.cpp139 TII.removeBranch(*HeaderMBB, nullptr); in fixBrTableDefault()
H A DWebAssemblyInstrInfo.cpp137 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h74 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h67 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h104 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h92 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h176 unsigned removeBranch(MachineBasicBlock &MBB,

123