TimingExprEvalContext(const StaticInstPtr &inst_, ThreadContext *thread_, TimingExprLet *let_)
Object to gather the visible context for evaluation.
ThreadContext is the external interface to all thread state for anything outside of the CPU...
std::vector< uint64_t > results
TimingExprLet * let
Context visible as sub expressions.
std::vector< bool > resultAvailable
const StaticInstPtr & inst
Special visible context.