Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h82 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp545 TBB = getBranchDestBlock(*I); in analyzeBranch()
559 FBB = getBranchDestBlock(*I); in analyzeBranch()
682 RISCVInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in RISCVInstrInfo
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp727 if (I->isBranch() && TII->getBranchDestBlock(*I) == S) in removeMBBifRedundant()
H A DSIInstrInfo.h271 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DSIInstrInfo.cpp2160 MachineBasicBlock *SIInstrInfo::getBranchDestBlock( in getBranchDestBlock() function in SIInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h568 virtual MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function