Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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.cpp327 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch() local
330 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
370 removeBranch(MBB); in fixupConditionalBranch()
395 removeBranch(MBB); in fixupConditionalBranch()
436 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.cpp688 TII->removeBranch(*this); in updateTerminator()
716 TII->removeBranch(*this); in updateTerminator()
719 TII->removeBranch(*this); in updateTerminator()
734 TII->removeBranch(*this); in updateTerminator()
750 TII->removeBranch(*this); in updateTerminator()
753 TII->removeBranch(*this); in updateTerminator()
H A DTailDuplicator.cpp774 TII->removeBranch(*PredBB); in duplicateSimpleBB()
877 TII->removeBranch(*PredBB); in tailDuplicate()
935 bool RemovedBranches = TII->removeBranch(*PrevBB) != 0; in tailDuplicate()
963 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
H A DNVPTXInstrInfo.cpp154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h55 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h74 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.h70 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h102 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h92 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h176 unsigned removeBranch(MachineBasicBlock &MBB,

123