tipc
A TIP to LLVM compiler
Classes
CallGraphBuilder.h File Reference
#include "ASTVisitor.h"
#include "CFAnalyzer.h"
#include "treetypes/AST.h"
#include <map>
#include <ostream>
#include <set>
Include dependency graph for CallGraphBuilder.h:
This graph shows which files directly or indirectly include this file:

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...