Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopUtils.cpp111 if (TII->removeBranch(*Preheader) > 0) in PeelSingleBlockLoop()
113 TII->removeBranch(*NewBB); in PeelSingleBlockLoop()
125 TII->removeBranch(*Loop); in PeelSingleBlockLoop()
128 if (TII->removeBranch(*NewBB) > 0) in PeelSingleBlockLoop()
DBranchRelaxation.cpp323 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch() local
326 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
366 removeBranch(MBB); in fixupConditionalBranch()
391 removeBranch(MBB); in fixupConditionalBranch()
432 removeBranch(MBB); in fixupConditionalBranch()
DBranchFolding.cpp475 TII->removeBranch(*CurMBB); in FixTail()
1158 TII->removeBranch(*PBB); in TailMergeBlocks()
1425 TII->removeBranch(PrevBB); in OptimizeBlock()
1473 TII->removeBranch(PrevBB); in OptimizeBlock()
1483 TII->removeBranch(PrevBB); in OptimizeBlock()
1497 TII->removeBranch(PrevBB); in OptimizeBlock()
1535 TII->removeBranch(PrevBB); in OptimizeBlock()
1605 TII->removeBranch(*MBB); in OptimizeBlock()
1622 TII->removeBranch(*MBB); in OptimizeBlock()
1653 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
DMachineBasicBlock.cpp549 TII->removeBranch(*this); in updateTerminator()
581 TII->removeBranch(*this); in updateTerminator()
584 TII->removeBranch(*this); in updateTerminator()
607 TII->removeBranch(*this); in updateTerminator()
619 TII->removeBranch(*this); in updateTerminator()
633 TII->removeBranch(*this); in updateTerminator()
636 TII->removeBranch(*this); in updateTerminator()
DTailDuplicator.cpp762 TII->removeBranch(*PredBB); in duplicateSimpleBB()
845 TII->removeBranch(*PredBB); in tailDuplicate()
902 TII->removeBranch(*PrevBB); in tailDuplicate()
926 TII->removeBranch(*PrevBB); in tailDuplicate()
DIfConversion.cpp632 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h60 unsigned removeBranch(MachineBasicBlock &MBB,
DNVPTXInstrInfo.cpp154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.h53 unsigned removeBranch(MachineBasicBlock &MBB,
DBPFInstrInfo.cpp240 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in BPFInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h60 unsigned removeBranch(MachineBasicBlock &MBB,
DWebAssemblyInstrInfo.cpp158 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h62 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h65 unsigned removeBranch(MachineBasicBlock &MBB,
DMSP430InstrInfo.cpp106 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in MSP430InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h72 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
DARCInstrInfo.cpp254 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in ARCInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.h100 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h91 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h73 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h68 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h216 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h177 unsigned removeBranch(MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h185 unsigned removeBranch(MachineBasicBlock &MBB,

123