reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCInstrDesc.h
  321   bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;

References

tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1069       .mayAffectControlFlow(mc_inst, *m_reg_info_up);
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  193   if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo))
  209   if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) {
  287   if (!InstrDesc.mayAffectControlFlow(InstrMetaPtr->Instruction, *RegisterInfo))
  500     if (!InstrDesc.mayAffectControlFlow(Instruction, *RegisterInfo))
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  237     if (!ParentDesc.mayAffectControlFlow(ParentMeta.Instruction,