tipc
A TIP to LLVM compiler
CallGraph Member List

This is the complete list of members for CallGraph, including all inherited members.

build(ASTProgram *, SymbolTable *st)CallGraphstatic
CallGraph(std::map< ASTFunction *, std::set< ASTFunction * >> cGraph, std::map< ASTFunAppExpr *, std::set< ASTFunction * >> mc, std::vector< ASTFunction * > funs, std::map< std::string, ASTFunction * > fmap)CallGraphinline
existEdge(std::string caller, std::string callee)CallGraph
getASTFun(std::string f_name)CallGraph
getCalledFuns(ASTFunAppExpr *e)CallGraph
getCallees(ASTFunction *f)CallGraph
getCallees(std::string caller)CallGraph
getCallers(ASTFunction *f)CallGraph
getCallers(std::string callee)CallGraph
getEdges()CallGraph
getTotalEdges()CallGraph
getTotalVertices()CallGraph
getVertices()CallGraph
print(std::ostream &os)CallGraph