Home
last modified time | relevance | path

Searched refs:Executed (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h148 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 DExecuteStage.cpp95 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 DRetireStage.cpp34 if (!Current.Executed) in cycleStart()
H A DInOrderIssueStage.cpp293 HWInstructionEvent(HWInstructionEvent::Executed, IR)); in updateIssuedInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp218 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 DRetireControlUnit.cpp91 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 DScheduler.h144 void updateIssuedSet(SmallVectorImpl<InstRef> &Executed);
226 SmallVectorImpl<InstRef> &Executed,
H A DRetireControlUnit.h54 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 DTimelineView.cpp92 case HWInstructionEvent::Executed: in onEvent()
235 OS << TimelineView::DisplayChar::DisplayChar::Executed; in printTimelineViewEntry()
242 OS << TimelineView::DisplayChar::Executed; in printTimelineViewEntry()
H A DTimelineView.h157 static const char Executed = 'E'; member
H A DSchedulerStatistics.cpp61 } else if (Event.Type == HWInstructionEvent::Executed) { in onEvent()
H A DBottleneckAnalysis.cpp495 if (Event.Type == HWInstructionEvent::Executed) { in onEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt109 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 DHWEventListener.h45 Executed, enumerator
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dsummary.txt1 … Regions Missed Regions Cover Functions Missed Functions Executed Lines …
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp725 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 Dmorestack.S172 # Executed if no new stack allocation is needed.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dmorestack.S170 # Executed if no new stack allocation is needed.
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/
H A Dgprofng.texi2330 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 Dgprofng.info1924 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 Dgprofng_ug.texi2540 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 DSourceBasedCodeCoverage.rst214 …Filename Regions Missed Regions Cover Functions Missed Functions Executed
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcov.texi477 Executed basic blocks having a statement with zero @var{execution_count}
H A Dgcc.info59024 paths. Executed basic blocks having a statement with zero
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcov.texi477 Executed basic blocks having a statement with zero @var{execution_count}

12