PIPS
chains-local.h File Reference

Go to the source code of this file.

Enumerations

enum  chain_type {
  USE_PROPER_EFFECTS = 1 , USE_REGIONS , USE_IN_OUT_REGIONS , USE_PROPER_EFFECTS = 1 ,
  USE_REGIONS , USE_IN_OUT_REGIONS
}
 To choose the concepts used to compute dependence chains. More...
 

Enumeration Type Documentation

◆ chain_type

enum chain_type

To choose the concepts used to compute dependence chains.

Enumerator
USE_PROPER_EFFECTS 
USE_REGIONS 
USE_IN_OUT_REGIONS 
USE_PROPER_EFFECTS 
USE_REGIONS 
USE_IN_OUT_REGIONS 

Definition at line 27 of file chains-local.h.

27  {
31 };
@ USE_IN_OUT_REGIONS
Definition: chains-local.h:30
@ USE_REGIONS
Definition: chains-local.h:29
@ USE_PROPER_EFFECTS
Definition: chains-local.h:28