tipc
A TIP to LLVM compiler
|
#include "ASTVisitor.h"
#include "CubicSolver.h"
#include "SymbolTable.h"
#include "treetypes/AST.h"
#include <stack>
Go to the source code of this file.
Classes | |
class | CFAnalyzer |
Performs control flow analyses with the help of AST and Symbol table of a program Provides helper functions to support call graph generation, Overrides several ASTVisitor's methods that visit ASTFunction, ASTFunAppExpr, and ASTAssignStmt nodes to generate constraints Generated constraints are solved by the cubic solver. More... | |