Home
last modified time | relevance | path

Searched refs:TotalInstructionCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DFunctionPropertiesAnalysisTest.cpp146 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 …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp64 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()
110 << "TotalInstructionCount: " << TotalInstructionCount << "\n\n"; in print()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h78 int64_t TotalInstructionCount = 0; variable
H A DMLInlineAdvisor.h38 return getCachedFPI(F).TotalInstructionCount; in getIRSize()