|
LLZK 0.1.0
Veridise's ZK Language IR
|
#include <mlir/Analysis/CallGraph.h>#include <llvm/ADT/GraphTraits.h>#include <llvm/ADT/MapVector.h>#include <llvm/ADT/PointerIntPair.h>#include <llvm/ADT/SCCIterator.h>#include <llvm/ADT/SetVector.h>Go to the source code of this file.
Classes | |
| class | llzk::CallGraphNode |
| This is a simple port of the mlir::CallGraphNode with llzk::CallGraph as a friend class, for mlir::CallGraphNode has a private constructor and can only be constructed by mlir::CallGraph. More... | |
| class | llzk::CallGraphNode::Edge |
| This class represents a directed edge between two nodes in the callgraph. More... | |
| class | llzk::CallGraph |
| This is a port of mlir::CallGraph that has been adapted to use the custom symbol lookup helpers (see SymbolHelper.h). More... | |
| struct | llvm::GraphTraits< const llzk::CallGraphNode * > |
| struct | llvm::GraphTraits< const llzk::CallGraph * > |
Namespaces | |
| namespace | mlir |
| namespace | llzk |
| namespace | llzk::function |
| namespace | llvm |