Searched refs:throughput_overflow (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/mcpat/
H A Darray.cc105 bool throughput_overflow = true; local
110 throughput_overflow = false;
115 if (throughput_overflow || latency_overflow) {
133 throughput_overflow = true;
142 while ((throughput_overflow || latency_overflow) &&
160 throughput_overflow = false;
166 throughput_overflow = false;
185 if (throughput_overflow == true)
H A Dcachearray.cc96 bool throughput_overflow = true; local
100 throughput_overflow = false;
105 if (throughput_overflow || latency_overflow) {
123 throughput_overflow = true;
132 while ((throughput_overflow || latency_overflow) &&
150 throughput_overflow = false;
156 throughput_overflow = false;
175 if (throughput_overflow == true)
H A Dinterconnect.h82 bool throughput_overflow; member in class:Interconnect
H A Dinterconnect.cc75 throughput_overflow = false;

Completed in 4 milliseconds