Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DSummaryView.cpp65 unsigned TotalInstructions = Instructions * Iterations; in printView() local
66 double IPC = (double)TotalInstructions / TotalCycles; in printView()
73 TempStream << "\nInstructions: " << TotalInstructions; in printView()