#include "call_graph_manager.hpp"
#include "Parameter.hpp"
#include "application_manager.hpp"
#include "behavioral_helper.hpp"
#include "call_graph.hpp"
#include "dbgPrintHelper.hpp"
#include "exceptions.hpp"
#include "ext_tree_node.hpp"
#include "function_behavior.hpp"
#include "graph.hpp"
#include "loops.hpp"
#include "op_graph.hpp"
#include "string_manipulation.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include <boost/tuple/tuple.hpp>
#include <algorithm>
#include <iterator>
#include <list>
#include <string>
#include <utility>
#include <vector>
#include "config_HAVE_ASSERTS.hpp"
Go to the source code of this file.
◆ ADD_CALL_POINT
Helper macro adding a call point to an edge of the call graph.
- Parameters
-
g | is the graph |
e | is the edge |
newstmt | is the call point to be added |
Definition at line 82 of file call_graph_manager.cpp.