HomeSort by: relevance | last modified time | path
    Searched refs:Executions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
TimelineView.cpp 110 unsigned Executions, int BufferSize) {
114 if (CumulativeCycles >= Size * Executions)
116 if ((CumulativeCycles * 2) >= Size * Executions)
122 unsigned Executions, int BufferSize) {
126 raw_ostream::Colors Color = chooseColor(Cycles, Executions, BufferSize);
137 unsigned Executions) const {
139 unsigned CumulativeExecutions = PrintingTotals ? Timeline.size() : Executions;
153 OS << Executions;
181 "[0]: Executions\n"
188 unsigned Executions = Timeline.size() / getSource().size()
    [all...]
ResourcePressureView.cpp 137 const unsigned Executions = LastInstructionIdx / Source.size() + 1;
140 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7);
158 const unsigned Executions = LastInstructionIdx / Source.size() + 1;
163 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7);
182 const unsigned Executions = LastInstructionIdx / Source.size() + 1;
189 double Usage = RU / Executions;
TimelineView.h 75 /// [0]: Executions
152 unsigned Executions) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 51 Disabled, Arguments, Structure, Executions, Details
61 clEnumVal(Executions, "print pass name before it is executed"),
64 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
67 return PassDebugging >= Executions;
1190 if (PassDebugging < Executions)

Completed in 23 milliseconds