PandA-2024.02
Functions
data_dependence_computation.cpp File Reference

Base class for different data dependence computation. More...

#include "data_dependence_computation.hpp"
#include "Parameter.hpp"
#include "application_manager.hpp"
#include "basic_block.hpp"
#include "function_behavior.hpp"
#include "op_graph.hpp"
#include "operations_graph_constructor.hpp"
#include "behavioral_helper.hpp"
#include "dbgPrintHelper.hpp"
#include "string_manipulation.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
Include dependency graph for data_dependence_computation.cpp:

Go to the source code of this file.

Functions

static void ordered_dfs (unsigned u, const OpGraphConstRef avg, CustomUnorderedMap< vertex, unsigned > &pos, std::vector< vertex > &rev_pos, std::vector< bool > &vis, CustomUnorderedSet< std::pair< unsigned, unsigned >> &keep)
 

Detailed Description

Base class for different data dependence computation.

Author
Marco Lattuada marco.nosp@m..lat.nosp@m.tuada.nosp@m.@pol.nosp@m.imi.i.nosp@m.t

Definition in file data_dependence_computation.cpp.

Function Documentation

◆ ordered_dfs()

static void ordered_dfs ( unsigned  u,
const OpGraphConstRef  avg,
CustomUnorderedMap< vertex, unsigned > &  pos,
std::vector< vertex > &  rev_pos,
std::vector< bool > &  vis,
CustomUnorderedSet< std::pair< unsigned, unsigned >> &  keep 
)
static

Definition at line 93 of file data_dependence_computation.cpp.

References lenet_tvm::target.

Referenced by DataDependenceComputation::do_dependence_reduction().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:17 for PandA-2024.02 by doxygen 1.8.13