Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DFileAnalysis.cpp122 const auto *NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
134 NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
146 NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
158 NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta); in TEST_F()
170 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
181 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
191 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
201 EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta)); in TEST_F()
222 GoodInstrMeta = Analysis.getNextInstructionSequential(BadInstrMeta); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h108 const Instr *getNextInstructionSequential(const Instr &InstrMeta) const;
DGraphBuilder.cpp126 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
DFileAnalysis.cpp132 FileAnalysis::getNextInstructionSequential(const Instr &InstrMeta) const { in getNextInstructionSequential() function in llvm::cfi_verify::FileAnalysis