Searched refs:instructions_expected (Results 1 – 2 of 2) sorted by relevance
2783 const int instructions_expected = 17; in TEST() local2784 const Instruction* store[instructions_expected]; in TEST()2785 const Instruction* load[instructions_expected]; in TEST()2804 EXPECT_EQ(instructions_expected, stores_found); in TEST()2805 EXPECT_EQ(instructions_expected, loads_found); in TEST()3073 const int instructions_expected = 13; in TEST() local3074 const Instruction* store[instructions_expected]; in TEST()3075 const Instruction* load[instructions_expected]; in TEST()3094 EXPECT_EQ(instructions_expected, stores_found); in TEST()3095 EXPECT_EQ(instructions_expected, loads_found); in TEST()