Searched refs:mayAffectControlFlow (Results 1 – 4 of 4) sorted by relevance
20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
83 virtual bool mayAffectControlFlow(const MCInst &Inst, in mayAffectControlFlow() function
332 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
1406 return m_instr_analysis_up->mayAffectControlFlow(mc_inst, *m_reg_info_up); in DisassemblerLLVMC() 1408 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in DisassemblerLLVMC()