AbstractAccess.cc File Reference
Go to the source code of this file.
|
Functions |
| static Boolean | is_array_ref (const Expression &expr) |
| ostream & | operator<< (ostream &o, const AbstractAccess &aa) |
Variables |
| int | _ipa = -1 |
| int | _ipa_reasons = -1 |
| | A static global to hold the value of the ipa switch.
|
| int | _ar_coalesce = -1 |
| | A static global to hold the value of the ipa_reasons switch.
|
| int | _ar_aggregate = -1 |
| | A static global to hold the value of the ar_coalesce switch.
|
| int | _ar_interleave = -1 |
| | A static global to hold the value of the ar_aggregate switch.
|
| int | _ar_match_dims = -1 |
| | A static global to hold the value of the ar_interleave switch.
|
| int | _ar_logging = -1 |
| | A static global to hold the value of the ar_match_dims switch.
|
| ofstream | arlog |
| | A static global to hold the value of the ar_match_dims switch.
|
| int | _ar_leave_descr = -1 |
| | The file for writing the Access Region log.
|
| int | _ar_prtstats = -1 |
| | Controls whether descriptors are left on statements or not.
|
| int | _ar_approx_thresh = -1 |
| | Controls collecting and printing of statistics (ar_prtstats switch).
|
| int | _ar_effort = -1 |
| | Set the threshold for list size which causes the list to be replaced by a single "approximate LMAD".
|
| int | _ar_reshape = -1 |
| | Controls how hard we work on simplifying a set of descriptors (scale of 1 to 10, 10 being to work the hardest).
|
| ofstream | stats_out |
Detailed Description
Definition in file AbstractAccess.cc.
Function Documentation
Variable Documentation
|
|
A static global to hold the value of the ipa switch.
Definition at line 31 of file AbstractAccess.cc. |
|
|
A static global to hold the value of the ar_match_dims switch.
Definition at line 41 of file AbstractAccess.cc.
Referenced by ar_aggregate(), ar_interleave(), ar_intersect(), ar_subregion(), ar_subtract(), contiguous_aggregation(), expr_divides(), intersect_ARDs(), SimGraph::print_similarities(), SimBiGraph::print_similarities(), simplify_descriptors(), and AbstractAccess::try_coalescing(). |
|
|
A static global to hold the value of the ar_match_dims switch.
Definition at line 43 of file AbstractAccess.cc.
Referenced by ar_aggregate(), ar_interleave(), ar_intersect(), ar_subregion(), ar_subtract(), contiguous_aggregation(), expr_divides(), intersect_ARDs(), SimGraph::print_similarities(), SimBiGraph::print_similarities(), simplify_descriptors(), and AbstractAccess::try_coalescing(). |
|