P4C
The P4 Compiler
 
Loading...
Searching...
No Matches
P4V1::ComputeTableCallGraph Class Reference
Inheritance diagram for P4V1::ComputeTableCallGraph:

Public Member Functions

 ComputeTableCallGraph (ProgramStructure *structure)
 
void postorder (const IR::Apply *apply) override
 

Detailed Description

Table call graph should be built after the control call graph is built. In the case that the program contains an unused control block, the table invocation in the unused control block should not be considered.