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.h83 virtual bool mayAffectControlFlow(const MCInst &Inst, in mayAffectControlFlow() function
H A DMCInstrDesc.h332 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1406 return m_instr_analysis_up->mayAffectControlFlow(mc_inst, *m_reg_info_up); in DisassemblerLLVMC()
1408 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in DisassemblerLLVMC()