Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp123 const auto *NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
135 NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
147 NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
159 NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
171 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
182 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
192 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
202 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
223 GoodInstrMeta = Analysis.getNextInstructionSequential(BadInstrMeta); in TEST_F()
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h107 const Instr *getNextInstructionSequential(const Instr &InstrMeta) const;
H A DGraphBuilder.cpp127 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
H A DFileAnalysis.cpp139 FileAnalysis::getNextInstructionSequential(const Instr &InstrMeta) const { in getNextInstructionSequential() function in llvm::cfi_verify::FileAnalysis