Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp179 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) in canFallThrough()
195 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) { in getDefiniteNextInstruction()
270 if (!InstrDesc.mayAffectControlFlow(InstrMetaPtr->Instruction, *RegisterInfo)) in validateCFIProtection()
475 if (!InstrDesc.mayAffectControlFlow(Instruction, *RegisterInfo)) in parseSectionContents()
DGraphBuilder.cpp236 if (!ParentDesc.mayAffectControlFlow(ParentMeta.Instruction, in buildFlowGraphImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCInstrDesc.cpp33 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
/external/llvm/lib/MC/
DMCInstrDesc.cpp33 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() function in MCInstrDesc
/external/llvm/include/llvm/MC/
DMCInstrDesc.h258 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h300 bool mayAffectControlFlow(const MCInst &MI, const MCRegisterInfo &RI) const;