tipc
A TIP to LLVM compiler
|
#include "ASTVisitor.h"
#include "CFAnalyzer.h"
#include "treetypes/AST.h"
#include <map>
#include <ostream>
#include <set>
Go to the source code of this file.
Classes | |
class | CallGraphBuilder |
Builds call graph of a program that represents calling relationships between subroutines This class overrides several ASTVisitor's methods to populate the call graph's vertices and edges. Each vertex is a subroutine of the given program, and each edge represents which subroutine calls which subroutines. More... | |