| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCInstrAnalysis.h | 63 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function 64 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
|
| HD | MCInstrDesc.h | 325 bool isUnconditionalBranch() const { in isUnconditionalBranch() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| HD | LoongArchMCTargetDesc.cpp | 159 bool isUnconditionalBranch(const MCInst &Inst) const override { in isUnconditionalBranch() function in __anonef29f0a30111::LoongArchMCInstrAnalysis 160 if (MCInstrAnalysis::isUnconditionalBranch(Inst)) in isUnconditionalBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | ADCE.cpp | 215 static bool isUnconditionalBranch(Instruction *Term) { in isUnconditionalBranch() function 235 Info.UnconditionalBranch = isUnconditionalBranch(Info.Terminator); in initialize() 700 if (isUnconditionalBranch(PredTerm)) { in makeUnconditional()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| HD | CSKYInstrInfo.cpp | 65 if (J->getDesc().isUnconditionalBranch() || in analyzeBranch() 90 if (NumTerminators == 1 && I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 103 I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 121 if (!I->getDesc().isUnconditionalBranch() && in removeBranch()
|
| HD | CSKYConstantIslandPass.cpp | 1302 BMI->isUnconditionalBranch()) { in fixupConditionalBr()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| HD | RISCVMCTargetDesc.cpp | 281 bool isUnconditionalBranch(const MCInst &Inst) const override { in isUnconditionalBranch() function in __anon618679370111::RISCVMCInstrAnalysis 282 if (MCInstrAnalysis::isUnconditionalBranch(Inst)) in isUnconditionalBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | GCNPreRALongBranchReg.cpp | 126 if (Last == MBB.end() || !Last->isUnconditionalBranch()) in runOnMachineFunction()
|
| HD | SILowerControlFlow.cpp | 130 while (I != End && !I->isUnconditionalBranch()) in skipToUncondBrOrEnd() 712 if (!I.isDebugInstr() && !I.isUnconditionalBranch()) in removeMBBifRedundant()
|
| HD | SIOptimizeExecMaskingPreRA.cpp | 398 if (I->isUnconditionalBranch() || I->getOpcode() == AMDGPU::S_ENDPGM) in runOnMachineFunction()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| HD | LoongArchInstrInfo.cpp | 287 if (J->getDesc().isUnconditionalBranch() || in analyzeBranch() 304 if (NumTerminators == 1 && I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 317 I->getDesc().isUnconditionalBranch()) { in analyzeBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| HD | BPFMCTargetDesc.cpp | 88 } else if (isUnconditionalBranch(Inst)) { in evaluateBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| HD | LanaiMCTargetDesc.cpp | 100 if (!isConditionalBranch(Inst) && !isUnconditionalBranch(Inst) && in evaluateBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsBranchExpansion.cpp | 258 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch())) in splitMBB() 266 (!FirstBr->isConditionalBranch() && !FirstBr->isUnconditionalBranch())) in splitMBB() 722 if (I.Br->isUnconditionalBranch()) { in expandToLongBranch() 837 (Br->isUnconditionalBranch() && IsPIC))) { in handlePossibleLongBranch()
|
| HD | MipsInstrInfo.cpp | 251 if (LastInst->isUnconditionalBranch()) { in analyzeBranch() 270 if (SecondLastInst->isUnconditionalBranch()) { in analyzeBranch() 283 if (!LastInst->isUnconditionalBranch()) in analyzeBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| HD | CSKYMCTargetDesc.cpp | 117 if (isConditionalBranch(Inst) || isUnconditionalBranch(Inst)) { in evaluateBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCTargetDesc.cpp | 678 bool isUnconditionalBranch(MCInst const &Inst) const override { in isUnconditionalBranch() function in __anon12f44c9d0611::HexagonMCInstrAnalysis 680 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch() 690 if (!(isCall(Inst) || isUnconditionalBranch(Inst) || in evaluateBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | BranchRelaxation.cpp | 148 if (!MI.isConditionalBranch() && !MI.isUnconditionalBranch()) in INITIALIZE_PASS() 672 if (Last->isUnconditionalBranch()) { in relaxBranchInstructions()
|
| HD | TailDuplicator.cpp | 711 return I->isUnconditionalBranch(); in isSimpleBB()
|
| HD | IfConversion.cpp | 772 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions() 774 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMMCTargetDesc.cpp | 401 bool isUnconditionalBranch(const MCInst &Inst) const override { in isUnconditionalBranch() function in __anon463101490211::ARMMCInstrAnalysis 405 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZLongBranch.cpp | 232 if (MI.isConditionalBranch() || MI.isUnconditionalBranch()) { in describeTerminator()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFMIPeephole.cpp | 446 } else if (Term.isUnconditionalBranch()) { in adjustBranch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | RegBankSelect.cpp | 417 assert((!Next || Next->isUnconditionalBranch()) && in tryAvoidingSplit()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfo.cpp | 946 if (J->getDesc().isUnconditionalBranch() || in analyzeBranch() 975 if (NumTerminators == 1 && I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 988 I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 1006 if (!I->getDesc().isUnconditionalBranch() && in removeBranch()
|