Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrDesc.cpp21 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h323 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1018 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()