Searched refs:mayAffectControlFlow (Results 1 – 5 of 5) sorted by relevance
20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
197 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) in canFallThrough()213 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) { in getDefiniteNextInstruction()292 if (!InstrDesc.mayAffectControlFlow(InstrMetaPtr->Instruction, *RegisterInfo)) in validateCFIProtection()508 if (!InstrDesc.mayAffectControlFlow(Instruction, *RegisterInfo)) in parseSectionContents()
237 if (!ParentDesc.mayAffectControlFlow(ParentMeta.Instruction, in buildFlowGraphImpl()
336 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
1369 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()