P4C
The P4 Compiler
Loading...
Searching...
No Matches
empty_tableseq.h
1
19#ifndef BF_P4C_COMMON_EMPTY_TABLESEQ_H_
20#define BF_P4C_COMMON_EMPTY_TABLESEQ_H_
21
22#include "backends/tofino/bf-p4c/mau/mau_visitor.h"
23
24using namespace P4;
25
29 void postorder(IR::BFN::Pipe *pipe) override;
30 void postorder(IR::MAU::Table *tbl) override;
31
32 public:
34};
35
36#endif /* BF_P4C_COMMON_EMPTY_TABLESEQ_H_ */
Definition empty_tableseq.h:28
Definition mau_visitor.h:45
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24