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

/gem5/src/cpu/checker/
H A Dcpu_impl.hh97 DynInstPtr boundaryInst = NULL; local
108 boundaryInst = instList.back();
112 if ((!boundaryInst && curMacroStaticInst &&
115 (boundaryInst && boundaryInst->isDelayedCommit() &&
116 !boundaryInst->isLastMicroop())) {
120 boundaryInst = NULL;

Completed in 6 milliseconds