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