Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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.cpp316 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch() local
319 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
359 removeBranch(MBB); in fixupConditionalBranch()
384 removeBranch(MBB); in fixupConditionalBranch()
425 removeBranch(MBB); in fixupConditionalBranch()
H A DBranchFolding.cpp468 TII->removeBranch(*CurMBB); in FixTail()
1118 TII->removeBranch(*PBB); in TailMergeBlocks()
1387 TII->removeBranch(PrevBB); in OptimizeBlock()
1435 TII->removeBranch(PrevBB); in OptimizeBlock()
1445 TII->removeBranch(PrevBB); in OptimizeBlock()
1459 TII->removeBranch(PrevBB); in OptimizeBlock()
1497 TII->removeBranch(PrevBB); in OptimizeBlock()
1559 TII->removeBranch(*MBB); in OptimizeBlock()
1576 TII->removeBranch(*MBB); in OptimizeBlock()
1607 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
H A DMachineBasicBlock.cpp663 TII->removeBranch(*this); in updateTerminator()
691 TII->removeBranch(*this); in updateTerminator()
694 TII->removeBranch(*this); in updateTerminator()
709 TII->removeBranch(*this); in updateTerminator()
725 TII->removeBranch(*this); in updateTerminator()
728 TII->removeBranch(*this); in updateTerminator()
H A DTailDuplicator.cpp773 TII->removeBranch(*PredBB); in duplicateSimpleBB()
867 TII->removeBranch(*PredBB); in tailDuplicate()
925 bool RemovedBranches = TII->removeBranch(*PrevBB) != 0; in tailDuplicate()
953 TII->removeBranch(*PrevBB); in tailDuplicate()
H A DIfConversion.cpp625 TII->removeBranch(*BBI.BB); in reverseBranchCondition()
1571 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertSimple()
1683 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertTriangle()
1691 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle()
1816 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertDiamondCommon()
1914 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h60 unsigned removeBranch(MachineBasicBlock &MBB,
H A DNVPTXInstrInfo.cpp154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h41 unsigned removeBranch(MachineBasicBlock &MBB,
H A DSPIRVInstrInfo.cpp153 unsigned SPIRVInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in SPIRVInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h53 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h59 unsigned removeBranch(MachineBasicBlock &MBB,
H A DWebAssemblyFixBrTableDefaults.cpp138 TII.removeBranch(*HeaderMBB, nullptr); in fixBrTableDefault()
H A DWebAssemblyInstrInfo.cpp137 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h72 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h100 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h92 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h102 unsigned removeBranch(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h176 unsigned removeBranch(MachineBasicBlock &MBB,

123