P4C
The P4 Compiler
Loading...
Searching...
No Matches
coalesce_learning.h
1
19
#ifndef BACKENDS_TOFINO_BF_P4C_PARDE_COALESCE_LEARNING_H_
20
#define BACKENDS_TOFINO_BF_P4C_PARDE_COALESCE_LEARNING_H_
21
22
#include "ir/ir.h"
23
#include "parde_visitor.h"
24
39
class
CoalesceLearning
:
public
DeparserModifier
{
40
bool
preorder(IR::BFN::LearningTableEntry *)
override
;
41
};
42
43
#endif
/* BACKENDS_TOFINO_BF_P4C_PARDE_COALESCE_LEARNING_H_ */
CoalesceLearning
Replaces consecutive extracts of the same container with a single extract.
Definition
coalesce_learning.h:39
DeparserModifier
Definition
parde_visitor.h:129
backends
tofino
bf-p4c
parde
coalesce_learning.h
Generated by
1.12.0