#include <config_cache.h>

Public Member Functions | |
| INT | First () |
| INT | Next (INT) |
| void | Merge_Options (const MHD &) |
| void | Initialize () |
| void | Print (FILE *) const |
| MHD () | |
| ~MHD () | |
Public Attributes | |
| INT32 | Loop_Overhead_Base |
| INT32 | Loop_Overhead_Memref |
| BOOL | Non_Blocking_Loads |
| INT32 | TLB_Trustworthiness |
| BOOL | TLB_NoBlocking_Model |
| MHD_LEVEL | L [MHD_MAX_LEVELS] |
Private Member Functions | |
| MHD (const MHD &) | |
Definition at line 394 of file config_cache.h.
| MHD::MHD | ( | ) | [inline] |
Definition at line 409 of file config_cache.h.
| MHD::~MHD | ( | ) | [inline] |
Definition at line 414 of file config_cache.h.
| MHD::MHD | ( | const MHD & | ) | [private] |
| INT MHD::First | ( | ) |
| void MHD::Initialize | ( | ) |
Definition at line 62 of file config_cache_targ.cxx.
References FALSE, FmtAssert, L, LNO_Run_Prefetch, LNO_Verbose, Loop_Overhead_Base, Loop_Overhead_Memref, MHD_TYPE_CACHE, Non_Blocking_Loads, Target, TARGET_ITANIUM, TLB_NoBlocking_Model, TLB_Trustworthiness, and TRUE.
| void MHD::Merge_Options | ( | const MHD & | o | ) |
Definition at line 275 of file config_cache.cxx.
References L, Loop_Overhead_Base, Loop_Overhead_Memref, MHD_MAX_LEVELS, and Non_Blocking_Loads.
| void MHD::Print | ( | FILE * | f | ) | const |
Definition at line 288 of file config_cache.cxx.
References L, Loop_Overhead_Base, Loop_Overhead_Memref, MHD_MAX_LEVELS, Non_Blocking_Loads, and MHD_LEVEL::Print().

Definition at line 400 of file config_cache.h.
Referenced by First(), Initialize(), LNO_Configure(), Merge_Options(), Next(), and Print().
Definition at line 395 of file config_cache.h.
Referenced by Initialize(), Merge_Options(), and Print().
Definition at line 396 of file config_cache.h.
Referenced by Initialize(), Merge_Options(), and Print().
Definition at line 397 of file config_cache.h.
Referenced by Initialize(), Merge_Options(), and Print().
1.5.7.1