![]() |
PandA-2024.02
|
#include "Parameter.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include <vector>#include "dbgPrintHelper.hpp"#include "exceptions.hpp"#include "string_manipulation.hpp"#include <boost/graph/adjacency_list.hpp>#include <boost/graph/graph_utility.hpp>#include <boost/graph/reverse_graph.hpp>#include <boost/version.hpp>

Go to the source code of this file.
Data Structures | |
| class | dom_info< GraphObj > |
| Store the intermediate information used to compute dominator or post dominator information. More... | |
| class | dominance< GraphObj > |
| Dominator o post-dominator data structure. More... | |
Typedefs | |
| using | TBB = unsigned long |
| Parameter include. More... | |
| using TBB = unsigned long |
Parameter include.
STL include Utility include Type of Basic Block aka TBB. In this case each basic block is represented with its index.
Definition at line 83 of file Dominance.hpp.
1.8.13