1#ifndef FREE_TENSOR_CHECK_ALL_DEFINED_H
2#define FREE_TENSOR_CHECK_ALL_DEFINED_H
4#include <unordered_set>
12 const std::unordered_set<std::string> &namesInOp) {
Definition: allocator.h:9
bool checkAllDefined(const std::unordered_set< std::string > &defs, const std::unordered_set< std::string > &namesInOp)
Definition: check_all_defined.h:11
bool isSubSetOf(const std::unordered_set< T, Hash, KeyEqual > &lhs, const std::unordered_set< T, Hash, KeyEqual > &rhs)
Definition: container_utils.h:74
std::unordered_set< std::string > allNames(const AST &op, bool noRecurseIdx=false, bool noRecurseSubStmt=false)
Definition: all_uses.h:134