Home
last modified time | relevance | path

Searched defs:isUnconditionalBranch (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h48 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function
H A DMCInstrDesc.h322 bool isUnconditionalBranch() const { in isUnconditionalBranch() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DADCE.cpp210 static bool isUnconditionalBranch(Instruction *Term) { in isUnconditionalBranch() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp404 bool isUnconditionalBranch(const MCInst &Inst) const override { in isUnconditionalBranch() function in __anon158f23400211::ARMMCInstrAnalysis
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp587 bool isUnconditionalBranch(MCInst const &Inst) const override { in isUnconditionalBranch() function in __anoncef475940611::HexagonMCInstrAnalysis
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h365 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function