Searched refs:mayAffectControlFlow (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCInstrDesc.cpp33 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, function in class:MCInstrDesc
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h258 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp587 return m_instr_info_ap->get(mc_inst.getOpcode()).mayAffectControlFlow(mc_inst, *m_reg_info_ap.get());

Completed in 108 milliseconds