P4C
The P4 Compiler
Loading...
Searching...
No Matches
allocate_parser_match_register.h
1
19#ifndef BACKENDS_TOFINO_BF_P4C_PARDE_ALLOCATE_PARSER_MATCH_REGISTER_H_
20#define BACKENDS_TOFINO_BF_P4C_PARDE_ALLOCATE_PARSER_MATCH_REGISTER_H_
21
48struct AllocateParserMatchRegisters : public PassManager {
49 explicit AllocateParserMatchRegisters(const PhvInfo &phv);
50
51 private:
53 int iteration = 0;
54};
55
56#endif /* BACKENDS_TOFINO_BF_P4C_PARDE_ALLOCATE_PARSER_MATCH_REGISTER_H_ */
Definition phv_fields.h:1095
This pass performs the parser match register allocation.
Definition allocate_parser_match_register.h:48