Searched defs:isConditionalBranch (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCInstrAnalysis.h | 59 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch() function |
H A D | MCInstrDesc.h | 317 bool isConditionalBranch() const { in isConditionalBranch() function |
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ | ||
H A D | ARMMCTargetDesc.cpp | 409 bool isConditionalBranch(const MCInst &Inst) const override { isConditionalBranch() function in __anone81aaee30211::ARMMCInstrAnalysis |
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ | ||
H A D | HexagonMCTargetDesc.cpp | 685 bool isConditionalBranch(MCInst const &Inst) const override { isConditionalBranch() function in __anonb916f4370611::HexagonMCInstrAnalysis |