|
void | createGraph () |
|
void | createNode (const std::string &name, const std::vector< std::string > &inputNames, const std::vector< std::string > &blockInputNames={}) |
|
bool | moveBeforeTopologicallyValid (const std::string &toInsert, const std::string &insertPoint) |
|
bool | moveAfterTopologicallyValid (const std::string &toInsert, const std::string &insertPoint) |
|
bool | moveWithChecks (const std::string &toInsert, const std::string &insertPoint, std::function< bool(Node *, Node *)> func) |
|
void | checkPostCondition (const std::string &toInsert, const std::string &insertPoint, bool after) |
|
|
std::shared_ptr< Graph > | graph |
|
std::unique_ptr< AliasDb > | aliasDb |
|
std::unordered_map< std::string, Node * > | nodes |
|
Definition at line 13 of file test_alias_analysis.h.
The documentation for this struct was generated from the following file: