Searched refs:getPrevInstructionSequential (Results 1 – 3 of 3) sorted by relevance
123 EXPECT_EQ(nullptr, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()135 EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()147 EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()159 EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()171 EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()182 EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()192 EXPECT_EQ(nullptr, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()202 EXPECT_EQ(nullptr, Analysis.getPrevInstructionSequential(*InstrMeta)); in TEST_F()217 Analysis.getPrevInstructionSequential(BadInstrMeta); in TEST_F()
107 const Instr *getPrevInstructionSequential(const Instr &InstrMeta) const;
119 FileAnalysis::getPrevInstructionSequential(const Instr &InstrMeta) const { in getPrevInstructionSequential() function in llvm::cfi_verify::FileAnalysis219 const Instr *PrevInstruction = getPrevInstructionSequential(InstrMeta); in getDirectControlFlowXRefs()