Lines Matching refs:InstExecInfo
131 * Populate the execute timestamp field in an InstExecInfo object for an
139 * Populate the timestamp field in an InstExecInfo object for an
197 * @defgroup InstExecInfo Struct for storing information before an
200 struct InstExecInfo
203 * @ingroup InstExecInfo
221 InstExecInfo()
228 * Temporary store of InstExecInfo objects. Later on when an instruction
234 std::unordered_map<InstSeqNum, InstExecInfo*> tempStore;
386 * @param exec_info_ptr Pointer to InstExecInfo for that instruction
390 InstExecInfo* exec_info_ptr, bool commit);