| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCInstrAnalysis.h | 45 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function 46 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
|
| HD | MCInstrDesc.h | 323 bool isUnconditionalBranch() const { in isUnconditionalBranch() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | ADCE.cpp | 210 static bool isUnconditionalBranch(Instruction *Term) { in isUnconditionalBranch() function 230 Info.UnconditionalBranch = isUnconditionalBranch(Info.Terminator); in initialize() 657 if (isUnconditionalBranch(PredTerm)) { in makeUnconditional()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfo.cpp | 256 if (J->getDesc().isUnconditionalBranch() || in analyzeBranch() 281 if (NumTerminators == 1 && I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 294 I->getDesc().isUnconditionalBranch()) { in analyzeBranch() 312 if (!I->getDesc().isUnconditionalBranch() && in removeBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsBranchExpansion.cpp | 253 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch())) in splitMBB() 261 (!FirstBr->isConditionalBranch() && !FirstBr->isUnconditionalBranch())) in splitMBB() 710 if (I.Br->isUnconditionalBranch()) { in expandToLongBranch() 794 (Br->isUnconditionalBranch() && IsPIC))) { in handlePossibleLongBranch()
|
| HD | MipsInstrInfo.cpp | 237 if (LastInst->isUnconditionalBranch()) { in analyzeBranch() 256 if (SecondLastInst->isUnconditionalBranch()) { in analyzeBranch() 269 if (!LastInst->isUnconditionalBranch()) in analyzeBranch()
|
| HD | MipsConstantIslandPass.cpp | 1577 BMI->isUnconditionalBranch()) { in fixupConditionalBr()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMMCTargetDesc.cpp | 252 bool isUnconditionalBranch(const MCInst &Inst) const override { in isUnconditionalBranch() function in __anon2903ad070111::ARMMCInstrAnalysis 256 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| HD | BPFMCTargetDesc.cpp | 84 } else if (isUnconditionalBranch(Inst)) in evaluateBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCTargetDesc.cpp | 428 bool isUnconditionalBranch(MCInst const &Inst) const override { in isUnconditionalBranch() function in __anon3b9dd65b0511::HexagonMCInstrAnalysis 430 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZLongBranch.cpp | 216 if (MI.isConditionalBranch() || MI.isUnconditionalBranch()) { in describeTerminator()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | BranchRelaxation.cpp | 497 if (Last->isUnconditionalBranch()) { in relaxBranchInstructions()
|
| HD | TailDuplicator.cpp | 677 return I->isUnconditionalBranch(); in isSimpleBB()
|
| HD | IfConversion.cpp | 782 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions() 784 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
|
| HD | RegisterCoalescer.cpp | 420 if (!MI.isCopyLike() && !MI.isUnconditionalBranch()) in isSplitEdge()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIOptimizeExecMaskingPreRA.cpp | 338 if (I->isUnconditionalBranch() || I->getOpcode() == AMDGPU::S_ENDPGM) in runOnMachineFunction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | RegBankSelect.cpp | 417 assert((!Next || Next->isUnconditionalBranch()) && in tryAvoidingSplit()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | MachineInstr.h | 728 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMLowOverheadLoops.cpp | 990 if (Terminator->isUnconditionalBranch() && I != Terminator) { in Expand()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86AsmBackend.cpp | 390 (InstDesc.isUnconditionalBranch() && in needAlignInst()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.cpp | 3613 if (I.isUnconditionalBranch() && !SawCond) { in getDotNewPredJumpOp() 3630 assert(NextIt->isUnconditionalBranch()); in getDotNewPredJumpOp()
|
| HD | HexagonConstPropagation.cpp | 2289 FallsThru = !BrI.isUnconditionalBranch(); in evaluate()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 1436 if (MIA && (MIA->isCall(Inst) || MIA->isUnconditionalBranch(Inst) || in disassembleObject()
|