Polly 20.0.0git
Public Attributes | List of all members
isl_tab_undo_val Union Reference

#include <isl_tab.h>

Public Attributes

int var_index
 
int * col_var
 
int n
 
struct isl_tab_callbackcallback
 

Detailed Description

Definition at line 55 of file isl_tab.h.

Member Data Documentation

◆ callback

struct isl_tab_callback* isl_tab_undo_val::callback

Definition at line 59 of file isl_tab.h.

Referenced by isl_tab_push_callback(), and perform_undo().

◆ col_var

int* isl_tab_undo_val::col_var

Definition at line 57 of file isl_tab.h.

Referenced by free_undo_record(), isl_tab_push_basis(), and perform_undo().

◆ n

int isl_tab_undo_val::n

Definition at line 58 of file isl_tab.h.

Referenced by isl_tab_save_samples(), and perform_undo().

◆ var_index

int isl_tab_undo_val::var_index

Definition at line 56 of file isl_tab.h.

Referenced by isl_tab_push_var(), perform_undo(), and perform_undo_var().


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