|
LLZK 0.1.0
Veridise's ZK Language IR
|
An analysis wrapper to compute the CallGraph for a Module.
More...
#include <CallGraphAnalyses.h>
Public Member Functions | |
| CallGraphAnalysis (mlir::Operation *op) | |
| llzk::CallGraph & | getCallGraph () |
| const llzk::CallGraph & | getCallGraph () const |
An analysis wrapper to compute the CallGraph for a Module.
This class implements the concept of an analysis pass used by the ModuleAnalysisManager to run an analysis over a module and cache the resulting data.
Definition at line 35 of file CallGraphAnalyses.h.
| llzk::CallGraphAnalysis::CallGraphAnalysis | ( | mlir::Operation * | op | ) |
Definition at line 26 of file CallGraphAnalyses.cpp.
|
inline |
Definition at line 41 of file CallGraphAnalyses.h.
|
inline |
Definition at line 42 of file CallGraphAnalyses.h.