Home
last modified time | relevance | path

Searched refs:mayAffectControlFlow (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCInstrDesc.cpp20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp197 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()
H A DGraphBuilder.cpp237 if (!ParentDesc.mayAffectControlFlow(ParentMeta.Instruction, in buildFlowGraphImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h336 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1369 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()