Searched defs:drained (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/minor/
H A Dpipeline.cc214 bool drained = isDrained(); local
H A Dfetch1.cc730 bool drained = numInFlightFetches() == 0 && (*out.inputWire).isBubble(); local
/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh134 bool drained = instsToReplay.empty() local
H A Diew_impl.hh398 bool drained = ldstQueue.isDrained() && instQueue.isDrained(); local
H A Dinst_queue_impl.hh462 bool drained = dependGraph.empty() && local

Completed in 22 milliseconds