Searched refs:mayAffectControlFlow (Results 1 – 3 of 3) sorted by relevance
33 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
302 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
1069 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()