Searched refs:mayAffectControlFlow (Results 1 – 4 of 4) sorted by relevance
20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
84 virtual bool mayAffectControlFlow(const MCInst &Inst, in mayAffectControlFlow() function
333 LLVM_ABI bool mayAffectControlFlow(const MCInst &MI,
1412 return m_instr_analysis_up->mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()1414 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()