Searched refs:isHeadReady (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/o3/
H A Drob.hh151 // bool isHeadReady();
154 bool isHeadReady(ThreadID tid);
H A Drob_impl.hh278 ROB<Impl>::isHeadReady(ThreadID tid) function in class:ROB
299 if (isHeadReady(tid)) {
H A Dcommit_impl.hh1005 if (commit_thread == -1 || !rob->isHeadReady(commit_thread))
1506 if (rob->isHeadReady(tid)) {
1538 if (rob->isHeadReady(tid)) {

Completed in 12 milliseconds