Home
last modified time | relevance | path

Searched defs:Counter (Results 1 – 25 of 83) sorted by relevance

1234

/llvm-project/mlir/include/mlir/Debug/
H A DCounter.h61 struct Counter { struct
74 llvm::StringMap<Counter> counters; argument
/llvm-project/libcxx/test/support/
H A DCounter.h22 Counter() : data_() { ++gConstructed; } in Counter() function
23 Counter(const T &data) : data_(data) { ++gConstructed; } in Counter() function
24 Counter(const Counter& rhs) : data_(rhs.data_) { ++gConstructed; } in Counter() function
27 Counter(Counter&& rhs) : data_(std::move(rhs.data_)) { ++gConstructed; } in Counter() function
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DCFGMatchSwitchTest.cpp38 CFGElementMatches &Counter) { Counter.StmtMatches++; }) in buildCFGMatchSwitch()
42 CFGElementMatches &Counter) { Counter.InitializerMatches++; }) in buildCFGMatchSwitch()
75 CFGElementMatches Counter; in TEST() local
87 CFGElementMatches Counter; in TEST() local
99 CFGElementMatches Counter; in TEST() local
112 CFGElementMatches Counter; in TEST() local
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h110 struct Counter { struct
112 Counter() = default; argument
113 Counter(enum GroupBy GroupBy) : Group(GroupBy) {} in Counter() function
/llvm-project/llvm/docs/
H A DCoverageMappingFormat.rst473 Counter section in Encoding
483 .. _counter-tag:
485 Tag:
514 Counter Expressions argument
603 .. _source range:
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DTemporaryStorage.h44 struct Counter { struct
53 const bool canCountThroughLoops;
59 mlir::Value one;
61 mlir::Value index;
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_linux.h31 atomic_u32 Counter = {}; variable
/llvm-project/clang/test/CodeGen/
H A Dwindows-seh-abnormal-exits.c9 void seh_abnormal_exits(int *Counter) { in seh_abnormal_exits()
H A Dwindows-seh-filter-inFinally.c10 int Counter = 0; in main() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp124 struct Counter global() struct
126 countpr14273::Counter global() argument
130 struct Counter<T> global() struct
132 countpr14273::Counter global() argument
/llvm-project/compiler-rt/test/fuzzer/
H A DNthRunCrashTest.cpp11 static int Counter; variable
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dmutex_test.cpp55 unsigned *Counter, in synchronousIncrementTask()
73 unsigned Counter = 0; in runSynchronisedTest() local
/llvm-project/clang/test/Analysis/z3/Inputs/
H A DMockZ3_solver_check.c
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h105 /// A Counter is an abstract value that describes how to compute the struct
123 Counter() = default; in getKind() argument
108 CounterKindCounter global() argument
111 EncodingCounterTagAndExpansionRegionTagBitsCounter global() argument
118 CounterCounter Counter() argument
129 getCounterIDCounter getCounterID() argument
133 getExpressionIDCounter global() argument
146 getZeroCounter getZero() argument
149 getCounterCounter getCounter() argument
155 getExpressionCounter getExpression() argument
[all...]
/llvm-project/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h51 uint32_t Counter; member
73 uint32_t Counter; member
80 uint32_t Counter; member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcondition_variable_test.cpp25 scudo::u32 Counter = 0; in simpleWaitAndNotifyAll() local
/llvm-project/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp149 CopyCounter Counter{CopyCount}; TEST() local
164 CopyCounter Counter{CopyCount}; TEST() local
197 MoveCounter Counter{MoveCount}; TEST() local
210 MoveCounter Counter{MoveCount}; TEST() local
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.h46 Counter, enumerator
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp30 uint32_t Counter = 0; in collect() local
41 uint32_t Counter = 0; in collect() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp210 unsigned long Counter = 0; member in __anon0d17b1c10411::UnexploredFirstPriorityQueue
266 unsigned long Counter = 0; member in __anon0d17b1c10511::UnexploredFirstPriorityLocationQueue
/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp44 const unsigned Counter = ++VRegNameCollisionMap[Reg.getName()]; getVRegRenameMap() local
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A D__init__.py35 Counter as Counter, unknown
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.cpp773 __anon1a3420a50202(RangeSample &Counter, StringRef Separator, uint32_t Indent) writeUnsymbolizedProfile() argument
804 SampleCounter &Counter = *CI.second; writeUnsymbolizedProfile() local
839 __anon1a3420a50502(RangeSample &Counter, StringRef Separator) readSampleCounters() argument
903 SampleCounter &Counter = SampleCounters.begin()->second; computeCounterFromLBR() local
[all...]
/llvm-project/lldb/examples/summaries/cocoa/
H A Dmetrics.py40 class Counter: class
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp163 unsigned Counter = 0; runOnMachineFunction() local

1234