| 
    Tiramisu Compiler
    
   | 
 
#include <cuda_ast.h>
Inherits tiramisu::cuda_ast::statement.
Public Member Functions | |
| for_loop (statement_ptr initialization, statement_ptr condition, statement_ptr incrementer, statement_ptr body) | |
| void | print (std::stringstream &ss, const std::string &base) override | 
  Public Member Functions inherited from tiramisu::cuda_ast::statement | |
| primitive_t | get_type () const | 
| std::string | print () | 
| virtual void | print_body (std::stringstream &ss, const std::string &base) | 
| virtual std::pair< statement_ptr, statement_ptr > | extract_min_cap () | 
| virtual statement_ptr | replace_iterators (std::unordered_map< std::string, gpu_iterator > &iterators) | 
| virtual std::unordered_set< std::string > | extract_scalars () | 
Additional Inherited Members | |
  Protected Member Functions inherited from tiramisu::cuda_ast::statement | |
| statement (primitive_t type) | |
Definition at line 389 of file cuda_ast.h.
| tiramisu::cuda_ast::for_loop::for_loop | ( | statement_ptr | initialization, | 
| statement_ptr | condition, | ||
| statement_ptr | incrementer, | ||
| statement_ptr | body | ||
| ) | 
      
  | 
  overridevirtual | 
Implements tiramisu::cuda_ast::statement.