32 ParserCallGraph *transitions;
35 ComputeParserCG(
const ReferenceMap *refMap, ParserCallGraph *transitions)
36 : refMap(refMap), transitions(transitions) {
38 CHECK_NULL(transitions);
39 setName(
"ComputeParserCG");
41 bool preorder(
const IR::PathExpression *expression)
override;
42 void postorder(
const IR::SelectExpression *expression)
override;
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24