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
24
using namespace
P4
;
25
28
class
AddEmptyTableSeqs
:
public
MauModifier
{
29
void
postorder(IR::BFN::Pipe *pipe)
override
;
30
void
postorder(IR::MAU::Table *tbl)
override
;
31
32
public
:
33
AddEmptyTableSeqs
() {}
34
};
35
36
#endif
/* BF_P4C_COMMON_EMPTY_TABLESEQ_H_ */
AddEmptyTableSeqs
Definition
empty_tableseq.h:28
MauModifier
Definition
mau_visitor.h:45
P4
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition
applyOptionsPragmas.cpp:24
backends
tofino
bf-p4c
common
empty_tableseq.h
Generated by
1.12.0