Searched refs:Executions (Results 1 – 25 of 62) sorted by relevance
123
87 unsigned Executions) const;89 unsigned Executions) const;102 unsigned Executions = Source.getNumIterations(); in printView() local103 printResourcePressurePerIteration(OS, Executions); in printView()104 printResourcePressurePerInstruction(OS, Executions); in printView()
48 WTEntry.Executions++; in onEvent()82 if (Entry.Executions == 0) { in printWaitTimeEntry()86 unsigned Executions = Entry.Executions; in printWaitTimeEntry() local87 AverageTime1 = (double)Entry.CyclesSpentInSchedulerQueue / Executions; in printWaitTimeEntry()88 AverageTime2 = (double)Entry.CyclesSpentInSQWhileReady / Executions; in printWaitTimeEntry()89 AverageTime3 = (double)Entry.CyclesSpentAfterWBAndBeforeRetire / Executions; in printWaitTimeEntry()91 OS << Executions; in printWaitTimeEntry()
95 raw_ostream &OS, unsigned Executions) const { in printResourcePressurePerIteration()130 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7); in printResourcePressurePerIteration()138 raw_ostream &OS, unsigned Executions) const { in printResourcePressurePerInstruction()153 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7); in printResourcePressurePerInstruction()
139 unsigned Executions; member
5 ; RUN: -debug-pass=Executions 2>&1 | FileCheck %s -check-prefix=HOTNESS11 ; RUN: -debug-pass=Executions 2>&1 | FileCheck %s -check-prefix=NO_HOTNESS
1 ; RUN: opt -debug-pass=Executions -globals-aa -functionattrs -disable-output < %s 2>&1 | FileCheck …
34 # CHECK-NEXT: [0]: Executions
36 # CHECK-NEXT: [0]: Executions
33 # CHECK-NEXT: [0]: Executions
37 # CHECK-NEXT: [0]: Executions
58 # CHECK-NEXT: [0]: Executions
40 # CHECK-NEXT: [0]: Executions
60 # CHECK-NEXT: [0]: Executions
41 # ALL-NEXT: [0]: Executions
51 # CHECK-NEXT: [0]: Executions
1 ; RUN: opt -debug-pass=Executions -phi-values -memcpyopt -instcombine -disable-output < %s 2>&1 | F…