ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
persistent-indexer
pthread-emulation
qualifiedEnum
Last change
on this file since fca6ca6 was 675716e, checked in by tdelisle <tdelisle@…>, 7 years ago |
Instrumented PassVisitor to print average/max depth
|
-
Property mode
set to
100644
|
File size:
444 bytes
|
Line | |
---|
1 | //
|
---|
2 | // Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo
|
---|
3 | //
|
---|
4 | // The contents of this file are covered under the licence agreement in the
|
---|
5 | // file "LICENCE" distributed with Cforall.
|
---|
6 | //
|
---|
7 | // PassVisitor.cc --
|
---|
8 | //
|
---|
9 | // Author : Thierry Delisle
|
---|
10 | // Created On : Fri Mar 03 14:53:53 2019
|
---|
11 | // Last Modified By :
|
---|
12 | // Last Modified On :
|
---|
13 | // Update Count :
|
---|
14 | //
|
---|
15 |
|
---|
16 | #include "Common/PassVisitor.h"
|
---|
17 |
|
---|
18 | PassVisitorStats pass_visitor_stats;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.