7#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_EXPR_STEPPER_H_
8#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_EXPR_STEPPER_H_
16#include "backends/p4tools/modules/testgen/core/program_info.h"
17#include "backends/p4tools/modules/testgen/core/small_step/expr_stepper.h"
18#include "backends/p4tools/modules/testgen/core/small_step/small_step.h"
19#include "backends/p4tools/modules/testgen/lib/execution_state.h"
23class Bmv2V1ModelExprStepper :
public ExprStepper {
30 static bool isPartOfFieldList(
const IR::StructField *field, uint64_t recirculateIndex);
36 void resetPreservingFieldList(
ExecutionState &nextState,
const IR::PathExpression *ref,
37 uint64_t recirculateIndex)
const;
49 ASSERT_ASSUME_EXECUTE;
58 bool preorder(
const IR::P4Table * )
override;
Provides a higher-level interface for an SMT solver.
Definition solver.h:30
Definition phv/solver/action_constraint_solver.cpp:33