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

/gem5/src/cpu/o3/
H A Drename_impl.hh613 InstQueue &insts_to_rename = renameStatus[tid] == Unblocking ? local
632 } else if (!insts_to_rename.empty()) {
633 insts_to_rename.front()->setSerializeBefore();
642 assert(!insts_to_rename.empty());
644 DynInstPtr inst = insts_to_rename.front();
668 insts_to_rename.pop_front();
708 insts_to_rename.push_front(inst);
752 serializeAfter(insts_to_rename, tid);

Completed in 8 milliseconds