Searched refs:getNextInstructionSequential (Results 1 – 4 of 4) sorted by relevance
123 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()
107 const Instr *getNextInstructionSequential(const Instr &InstrMeta) const;
127 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
139 FileAnalysis::getNextInstructionSequential(const Instr &InstrMeta) const { in getNextInstructionSequential() function in llvm::cfi_verify::FileAnalysis