Searched refs:loadBarrierSN (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh55 : loadBarrier(false), loadBarrierSN(0), storeBarrier(false),
65 loadBarrier(false), loadBarrierSN(0), storeBarrier(false),
161 loadBarrierSN = storeBarrierSN = 0;
196 loadBarrierSN);
197 producing_store = loadBarrierSN;
313 loadBarrierSN = barr_sn;
440 if (loadBarrierSN == barr_sn)
512 if ((*squash_it)->seqNum == loadBarrierSN)
H A Dmem_dep_unit.hh265 InstSeqNum loadBarrierSN; member in class:MemDepUnit

Completed in 7 milliseconds