Home
last modified time | relevance | path

Searched refs:isUnconditionalBranch (Results 1 – 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrAnalysis.h45 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function
46 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
HDMCInstrDesc.h323 bool isUnconditionalBranch() const { in isUnconditionalBranch() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDADCE.cpp210 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/
HDRISCVInstrInfo.cpp256 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/
HDMipsBranchExpansion.cpp253 (!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()
HDMipsInstrInfo.cpp237 if (LastInst->isUnconditionalBranch()) { in analyzeBranch()
256 if (SecondLastInst->isUnconditionalBranch()) { in analyzeBranch()
269 if (!LastInst->isUnconditionalBranch()) in analyzeBranch()
HDMipsConstantIslandPass.cpp1577 BMI->isUnconditionalBranch()) { in fixupConditionalBr()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCTargetDesc.cpp252 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/
HDBPFMCTargetDesc.cpp84 } else if (isUnconditionalBranch(Inst)) in evaluateBranch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCTargetDesc.cpp428 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/
HDSystemZLongBranch.cpp216 if (MI.isConditionalBranch() || MI.isUnconditionalBranch()) { in describeTerminator()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBranchRelaxation.cpp497 if (Last->isUnconditionalBranch()) { in relaxBranchInstructions()
HDTailDuplicator.cpp677 return I->isUnconditionalBranch(); in isSimpleBB()
HDIfConversion.cpp782 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
784 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
HDRegisterCoalescer.cpp420 if (!MI.isCopyLike() && !MI.isUnconditionalBranch()) in isSplitEdge()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIOptimizeExecMaskingPreRA.cpp338 if (I->isUnconditionalBranch() || I->getOpcode() == AMDGPU::S_ENDPGM) in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDRegBankSelect.cpp417 assert((!Next || Next->isUnconditionalBranch()) && in tryAvoidingSplit()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h728 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLowOverheadLoops.cpp990 if (Terminator->isUnconditionalBranch() && I != Terminator) { in Expand()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86AsmBackend.cpp390 (InstDesc.isUnconditionalBranch() && in needAlignInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.cpp3613 if (I.isUnconditionalBranch() && !SawCond) { in getDotNewPredJumpOp()
3630 assert(NextIt->isUnconditionalBranch()); in getDotNewPredJumpOp()
HDHexagonConstPropagation.cpp2289 FallsThru = !BrI.isUnconditionalBranch(); in evaluate()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp1436 if (MIA && (MIA->isCall(Inst) || MIA->isUnconditionalBranch(Inst) || in disassembleObject()