Home
last modified time | relevance | path

Searched refs:TotalInstructions (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp71 TempStream << "\nInstructions: " << DV.TotalInstructions; in printView()
89 DV.TotalInstructions = DV.Instructions * DV.Iterations; in collectData()
94 DV.IPC = (double)DV.TotalInstructions / TotalCycles; in collectData()
103 {"Instructions", DV.TotalInstructions}, in toJSON()
H A DSummaryView.h51 unsigned TotalInstructions; member