| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineLoopUtils.cpp | 110 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()
|
| D | BranchRelaxation.cpp | 317 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()
|
| D | BranchFolding.cpp | 464 TII->removeBranch(*CurMBB); in FixTail() 1114 TII->removeBranch(*PBB); in TailMergeBlocks() 1384 TII->removeBranch(PrevBB); in OptimizeBlock() 1432 TII->removeBranch(PrevBB); in OptimizeBlock() 1442 TII->removeBranch(PrevBB); in OptimizeBlock() 1456 TII->removeBranch(PrevBB); in OptimizeBlock() 1494 TII->removeBranch(PrevBB); in OptimizeBlock() 1556 TII->removeBranch(*MBB); in OptimizeBlock() 1573 TII->removeBranch(*MBB); in OptimizeBlock() 1604 TII->removeBranch(PrevBB); in OptimizeBlock() [all …]
|
| D | MachineBasicBlock.cpp | 662 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()
|
| D | TailDuplicator.cpp | 778 TII->removeBranch(*PredBB); in duplicateSimpleBB() 872 TII->removeBranch(*PredBB); in tailDuplicate() 933 TII->removeBranch(*PrevBB); in tailDuplicate() 957 TII->removeBranch(*PrevBB); in tailDuplicate()
|
| D | IfConversion.cpp | 627 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXInstrInfo.h | 60 unsigned removeBranch(MachineBasicBlock &MBB,
|
| D | NVPTXInstrInfo.cpp | 154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFInstrInfo.h | 53 unsigned removeBranch(MachineBasicBlock &MBB,
|
| D | BPFInstrInfo.cpp | 240 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in BPFInstrInfo
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrInfo.h | 60 unsigned removeBranch(MachineBasicBlock &MBB,
|
| D | WebAssemblyFixBrTableDefaults.cpp | 134 TII.removeBranch(*HeaderMBB, nullptr); in fixBrTableDefault()
|
| D | WebAssemblyInstrInfo.cpp | 153 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| D | MSP430InstrInfo.h | 64 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.h | 62 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 72 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCInstrInfo.h | 63 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEInstrInfo.h | 70 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRInstrInfo.h | 100 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| D | LanaiInstrInfo.h | 92 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.h | 68 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfo.h | 76 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | R600InstrInfo.h | 177 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrInfo.h | 230 unsigned removeBranch(MachineBasicBlock &MBB,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kInstrInfo.h | 264 unsigned removeBranch(MachineBasicBlock &MBB,
|