Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp193 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) in canFallThrough()
209 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) { in getDefiniteNextInstruction()
288 if (!InstrDesc.mayAffectControlFlow(InstrMetaPtr->Instruction, *RegisterInfo)) in validateCFIProtection()
504 if (!InstrDesc.mayAffectControlFlow(Instruction, *RegisterInfo)) in parseSectionContents()
H A DGraphBuilder.cpp237 if (!ParentDesc.mayAffectControlFlow(ParentMeta.Instruction, in buildFlowGraphImpl()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstrDesc.cpp20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h329 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1368 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()