Home
last modified time | relevance | path

Searched refs:getBranchDestBlock (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBranchRelaxation.cpp447 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in fixupUnconditionalBranch()
542 if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) { in relaxBranchInstructions()
566 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in relaxBranchInstructions()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.h67 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
DSparcInstrInfo.cpp197 SparcInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in SparcInstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRInstrInfo.h107 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
DAVRInstrInfo.cpp503 AVRInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in llvm::AVRInstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp113 MachineBasicBlock *TargetMBB = TII->getBranchDestBlock(MI); in convertToCondBr()
DAArch64InstrInfo.h210 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
DAArch64InstrInfo.cpp215 AArch64InstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in AArch64InstrInfo
300 MBB.isLayoutSuccessor(getBranchDestBlock(*LastInst))) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h110 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
DRISCVInstrInfo.cpp850 TBB = getBranchDestBlock(*I); in analyzeBranch()
864 FBB = getBranchDestBlock(*I); in analyzeBranch()
1017 RISCVInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in RISCVInstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h598 virtual MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h277 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
DSIInstrInfo.cpp2490 MachineBasicBlock *SIInstrInfo::getBranchDestBlock( in getBranchDestBlock() function in SIInstrInfo