| 78 | size_t block_size() { return ops_.size(); } |
| 79 | |
| 80 | Scope* exec_scope() { return exec_scope_; } |
| 81 | Scope* scope() { return scope_.get(); } |
| 82 | |
| 83 | const std::map<std::string, const Type*>& var_type_map() const { |
no outgoing calls
no test coverage detected