| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineLoopUtils.cpp | 114 TII->removeBranch(*NewBB); in PeelSingleBlockLoop() 126 TII->removeBranch(*Loop); in PeelSingleBlockLoop() 129 if (TII->removeBranch(*NewBB) > 0) in PeelSingleBlockLoop()
|
| H A D | BranchRelaxation.cpp | 327 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 D | BranchFolding.cpp | 468 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 D | MachineBasicBlock.cpp | 688 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 D | TailDuplicator.cpp | 774 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 D | IfConversion.cpp | 625 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 D | NVPTXInstrInfo.h | 63 unsigned removeBranch(MachineBasicBlock &MBB,
|
| H A D | NVPTXInstrInfo.cpp | 154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.h | 44 unsigned removeBranch(MachineBasicBlock &MBB,
|
| H A D | SPIRVInstrInfo.cpp | 203 unsigned SPIRVInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in SPIRVInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.h | 55 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.h | 59 unsigned removeBranch(MachineBasicBlock &MBB,
|
| H A D | WebAssemblyFixBrTableDefaults.cpp | 138 TII.removeBranch(*HeaderMBB, nullptr); in fixBrTableDefault()
|
| H A D | WebAssemblyInstrInfo.cpp | 137 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 62 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.h | 64 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 63 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 74 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 70 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.h | 70 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.h | 63 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 102 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 92 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 68 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.h | 176 unsigned removeBranch(MachineBasicBlock &MBB,
|