| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.h | 148 size_t Executed; variable 154 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() 156 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() argument 157 : Executed(Executed), NumFunctions(NumFunctions) {} in FunctionCoverageInfo() 160 Executed += RHS.Executed; 167 ++Executed; in addFunction() 171 size_t getExecuted() const { return Executed; } in getExecuted() 175 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() 178 assert(Executed <= NumFunctions && "Covered functions over-counted"); in getPercentCovered() 181 return double(Executed) / double(NumFunctions) * 100.0; in getPercentCovered()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | ExecuteStage.cpp | 95 SmallVector<InstRef, 4> Executed; in cycleStart() local 99 HWS.cycleEvent(Freed, Executed, Pending, Ready); in cycleStart() 106 for (InstRef &IR : Executed) { in cycleStart() 230 HWInstructionEvent(HWInstructionEvent::Executed, IR)); in notifyInstructionExecuted()
|
| H A D | RetireStage.cpp | 34 if (!Current.Executed) in cycleStart()
|
| H A D | InOrderIssueStage.cpp | 293 HWInstructionEvent(HWInstructionEvent::Executed, IR)); in updateIssuedInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| H A D | Scheduler.cpp | 218 void Scheduler::updateIssuedSet(SmallVectorImpl<InstRef> &Executed) { in updateIssuedSet() argument 234 Executed.emplace_back(IR); in updateIssuedSet() 265 SmallVectorImpl<InstRef> &Executed, in cycleEvent() argument 275 updateIssuedSet(Executed); in cycleEvent()
|
| H A D | RetireControlUnit.cpp | 91 assert(Queue[TokenID].Executed == false && "Instruction already executed!"); in onInstructionExecuted() 92 Queue[TokenID].Executed = true; in onInstructionExecuted()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | Scheduler.h | 144 void updateIssuedSet(SmallVectorImpl<InstRef> &Executed); 226 SmallVectorImpl<InstRef> &Executed,
|
| H A D | RetireControlUnit.h | 54 bool Executed; // True if the instruction is past the WB stage. member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 92 case HWInstructionEvent::Executed: in onEvent() 235 OS << TimelineView::DisplayChar::DisplayChar::Executed; in printTimelineViewEntry() 242 OS << TimelineView::DisplayChar::Executed; in printTimelineViewEntry()
|
| H A D | TimelineView.h | 157 static const char Executed = 'E'; member
|
| H A D | SchedulerStatistics.cpp | 61 } else if (Event.Type == HWInstructionEvent::Executed) { in onEvent()
|
| H A D | BottleneckAnalysis.cpp | 495 if (Event.Type == HWInstructionEvent::Executed) { in onEvent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-05-18-ExceptionHandling.txt | 109 TryCleanup: // Executed if an exception escapes the try block 111 barCleanup: // Executed if an exception escapes from bar() 113 fooCleanup: // Executed if an exception escapes from foo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 45 Executed, enumerator
|
| /netbsd-src/external/bsd/libfido2/dist/fuzz/ |
| H A D | summary.txt | 1 … Regions Missed Regions Cover Functions Missed Functions Executed Lines …
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 725 const Stmt *Executed = S.getThen(); in EmitIfStmt() local 728 std::swap(Executed, Skipped); in EmitIfStmt() 735 if (Executed) { in EmitIfStmt() 737 EmitStmt(Executed); in EmitIfStmt()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| H A D | morestack.S | 172 # Executed if no new stack allocation is needed.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| H A D | morestack.S | 170 # Executed if no new stack allocation is needed.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| H A D | gprofng.texi | 2330 insts instruction-retired events 0123 Instructions Executed 2441 Cycles Executed Cache Misses 2476 sec. Executed Cache Misses 2505 sec. Executed Cache Misses 2720 Exclusive Instructions Executed: e+%insts 2721 Inclusive Instructions Executed: i+%insts 2797 Executed sec. % 2822 Executed sec. % 2845 Executed sec. % 2858 Executed sec. %
|
| H A D | gprofng.info | 1924 insts instruction-retired events 0123 Instructions Executed 2020 Cycles Executed Cache Misses 2047 sec. Executed Cache Misses 2069 sec. Executed Cache Misses 2246 Exclusive Instructions Executed: e+%insts 2247 Inclusive Instructions Executed: i+%insts 2311 Executed sec. % 2331 Executed sec. % 2350 Executed sec. % 2363 Executed sec. %
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
| H A D | gprofng_ug.texi | 2540 insts instruction-retired events 0123 Instructions Executed 2649 Cycles Executed Cache Misses 2684 sec. Executed Cache Misses 2713 sec. Executed Cache Misses 2933 Exclusive Instructions Executed: e+%insts 2934 Inclusive Instructions Executed: i+%insts 3016 Executed sec. % 3043 Executed sec. % 3068 Executed sec. % 3081 Executed sec. %
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | SourceBasedCodeCoverage.rst | 214 …Filename Regions Missed Regions Cover Functions Missed Functions Executed …
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov.texi | 477 Executed basic blocks having a statement with zero @var{execution_count}
|
| H A D | gcc.info | 59024 paths. Executed basic blocks having a statement with zero
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov.texi | 477 Executed basic blocks having a statement with zero @var{execution_count}
|