Home
last modified time | relevance | path

Searched refs:getNextInstructionSequential (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h108 const Instr *getNextInstructionSequential(const Instr &InstrMeta) const;
H A DGraphBuilder.cpp127 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
H A DFileAnalysis.cpp135 FileAnalysis::getNextInstructionSequential(const Instr &InstrMeta) const { in getNextInstructionSequential() function in llvm::cfi_verify::FileAnalysis