Searched refs:TotalInstructionCount (Results 1 – 4 of 4) sorted by relevance
146 ExpectedInitial.TotalInstructionCount = 3; in TEST_F()200 ExpectedInitial.TotalInstructionCount = 9; in TEST_F()262 ExpectedInitial.TotalInstructionCount = 9; in TEST_F()272 ExpectedFinal.TotalInstructionCount = 14; in TEST_F()330 EXPECT_EQ(static_cast<size_t>(FPI.TotalInstructionCount), in TEST_F()597 ExpectedInitial.TotalInstructionCount = 6; in TEST_F()608 ExpectedFinal.TotalInstructionCount = 12; in TEST_F()667 ExpectedInitial.TotalInstructionCount = 9; in TEST_F()675 ExpectedFinal.TotalInstructionCount = 7; in TEST_F()727 ExpectedInitial.TotalInstructionCount = 5; in TEST_F()[all …]
64 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()110 << "TotalInstructionCount: " << TotalInstructionCount << "\n\n"; in print()
78 int64_t TotalInstructionCount = 0; variable
38 return getCachedFPI(F).TotalInstructionCount; in getIRSize()