Home
last modified time | relevance | path

Searched refs:mayAffectControlFlow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrDesc.cpp20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h84 virtual bool mayAffectControlFlow(const MCInst &Inst, in mayAffectControlFlow() function
H A DMCInstrDesc.h333 LLVM_ABI bool mayAffectControlFlow(const MCInst &MI,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1412 return m_instr_analysis_up->mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1414 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()