Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
H A 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()
H A DBranchFolding.cpp464 TII->removeBranch(*CurMBB); in FixTail()
1114 TII->removeBranch(*PBB); in TailMergeBlocks()
1394 TII->removeBranch(PrevBB); in OptimizeBlock()
1442 TII->removeBranch(PrevBB); in OptimizeBlock()
1452 TII->removeBranch(PrevBB); in OptimizeBlock()
1466 TII->removeBranch(PrevBB); in OptimizeBlock()
1504 TII->removeBranch(PrevBB); in OptimizeBlock()
1566 TII->removeBranch(*MBB); in OptimizeBlock()
1583 TII->removeBranch(*MBB); in OptimizeBlock()
1614 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
H A 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()
H A DTailDuplicator.cpp773 TII->removeBranch(*PredBB); in duplicateSimpleBB()
873 TII->removeBranch(*PredBB); in tailDuplicate()
934 TII->removeBranch(*PrevBB); in tailDuplicate()
958 TII->removeBranch(*PrevBB); in tailDuplicate()
H A 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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h53 unsigned removeBranch(MachineBasicBlock &MBB,
H A DBPFInstrInfo.cpp240 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in BPFInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h60 unsigned removeBranch(MachineBasicBlock &MBB,
H A DWebAssemblyFixBrTableDefaults.cpp134 TII.removeBranch(*HeaderMBB, nullptr); in fixBrTableDefault()
H A DWebAssemblyInstrInfo.cpp152 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp106 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in MSP430InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h72 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h100 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h92 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h76 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h177 unsigned removeBranch(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h230 unsigned removeBranch(MachineBasicBlock &MBB,

123