Home
last modified time | relevance | path

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

123

/freebsd-14.2/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() local
381 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
427 removeBranch(MBB); in fixupConditionalBranch()
465 removeBranch(MBB); in fixupConditionalBranch()
490 removeBranch(MBB); in fixupConditionalBranch()
531 removeBranch(MBB); in fixupConditionalBranch()
H A DBranchFolding.cpp468 TII->removeBranch(*CurMBB); in FixTail()
1120 TII->removeBranch(*PBB); in TailMergeBlocks()
1397 TII->removeBranch(PrevBB); in OptimizeBlock()
1445 TII->removeBranch(PrevBB); in OptimizeBlock()
1455 TII->removeBranch(PrevBB); in OptimizeBlock()
1469 TII->removeBranch(PrevBB); in OptimizeBlock()
1507 TII->removeBranch(PrevBB); in OptimizeBlock()
1570 TII->removeBranch(*MBB); in OptimizeBlock()
1587 TII->removeBranch(*MBB); in OptimizeBlock()
1618 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
H A DTailDuplicator.cpp777 TII->removeBranch(*PredBB); in duplicateSimpleBB()
880 TII->removeBranch(*PredBB); in tailDuplicate()
938 bool RemovedBranches = TII->removeBranch(*PrevBB) != 0; in tailDuplicate()
966 TII->removeBranch(*PrevBB); in tailDuplicate()
H A DMachineBasicBlock.cpp706 TII->removeBranch(*this); in updateTerminator()
734 TII->removeBranch(*this); in updateTerminator()
737 TII->removeBranch(*this); in updateTerminator()
752 TII->removeBranch(*this); in updateTerminator()
768 TII->removeBranch(*this); in updateTerminator()
771 TII->removeBranch(*this); in updateTerminator()
H A DIfConversion.cpp621 TII->removeBranch(*BBI.BB); in reverseBranchCondition()
1557 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertSimple()
1669 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertTriangle()
1677 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle()
1802 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertDiamondCommon()
1900 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
H A DNVPTXInstrInfo.cpp149 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h44 unsigned removeBranch(MachineBasicBlock &MBB,
H A DSPIRVInstrInfo.cpp203 unsigned SPIRVInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in SPIRVInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h55 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h74 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h104 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h65 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h92 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h176 unsigned removeBranch(MachineBasicBlock &MBB,

123