OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeStats
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.h
79
///
CodeStats
collects rudimentary statistics during translation.
80
class
CodeStats
{
81
CodeStats
(const
CodeStats
&) = delete;
82
CodeStats
&operator=(const
CodeStats
&) = default;
100
CodeStats
() { reset(); }
106
void add(const
CodeStats
&Other) {
159
CodeStats
StatsFunction;
160
CodeStats
StatsCumulative
[
all
...]
IceGlobalContext.cpp
249
void GlobalContext::
CodeStats
::dump(const Cfg *Func, GlobalContext *Ctx) {
[
all
...]
Completed in 73 milliseconds