PIPS
replace_ctx Struct Reference

Keep track of what is done in replace recursion. More...

+ Collaboration diagram for replace_ctx:

Data Fields

bool replace
 
bool replaced
 
bool unsupported
 
atomic_profileprofile
 
listreplaced_statements
 

Detailed Description

Keep track of what is done in replace recursion.

Definition at line 105 of file atomic.c.

Field Documentation

◆ profile

atomic_profile* replace_ctx::profile

Definition at line 109 of file atomic.c.

Referenced by process_reductions_in_loop(), and replace_reductions_in_statement().

◆ replace

bool replace_ctx::replace

Definition at line 106 of file atomic.c.

Referenced by process_reductions_in_loop(), and replace_reductions_in_statement().

◆ replaced

bool replace_ctx::replaced

Definition at line 107 of file atomic.c.

Referenced by process_reductions_in_loop(), and replace_reductions_in_statement().

◆ replaced_statements

list* replace_ctx::replaced_statements

◆ unsupported

bool replace_ctx::unsupported

Definition at line 108 of file atomic.c.

Referenced by process_reductions_in_loop().


The documentation for this struct was generated from the following file: