Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp437 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in fixupUnconditionalBranch()
494 if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) { in relaxBranchInstructions()
518 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in relaxBranchInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h105 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DAVRInstrInfo.cpp504 AVRInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in llvm::AVRInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h82 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp551 TBB = getBranchDestBlock(*I); in analyzeBranch()
565 FBB = getBranchDestBlock(*I); in analyzeBranch()
688 RISCVInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in RISCVInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp115 MachineBasicBlock *TargetMBB = TII->getBranchDestBlock(MI); in convertToCondBr()
H A DAArch64InstrInfo.h196 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp221 AArch64InstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in AArch64InstrInfo
306 MBB.isLayoutSuccessor(getBranchDestBlock(*LastInst))) { in analyzeBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp731 if (I->isBranch() && TII->getBranchDestBlock(*I) == S) in removeMBBifRedundant()
H A DSIInstrInfo.h272 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DSIInstrInfo.cpp2200 MachineBasicBlock *SIInstrInfo::getBranchDestBlock( in getBranchDestBlock() function in SIInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h581 virtual MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function