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
40 bool preorder(IR::BFN::LearningTableEntry *) override;
41};
42
43#endif /* BACKENDS_TOFINO_BF_P4C_PARDE_COALESCE_LEARNING_H_ */
Replaces consecutive extracts of the same container with a single extract.
Definition coalesce_learning.h:39
Definition parde_visitor.h:129