Intel® Implicit SPMD Program Compiler (Intel® ISPC)  1.13.0
Public Member Functions | Public Attributes | List of all members
VaryingBCCheckInfo Struct Reference
Collaboration diagram for VaryingBCCheckInfo:
Collaboration graph
[legend]

Public Member Functions

 VaryingBCCheckInfo ()
 

Public Attributes

int varyingControlFlowDepth
 
bool foundVaryingBreakOrContinue
 

Detailed Description

Definition at line 685 of file stmt.cpp.

Constructor & Destructor Documentation

◆ VaryingBCCheckInfo()

VaryingBCCheckInfo::VaryingBCCheckInfo ( )
inline

Definition at line 686 of file stmt.cpp.

Member Data Documentation

◆ foundVaryingBreakOrContinue

bool VaryingBCCheckInfo::foundVaryingBreakOrContinue

Definition at line 692 of file stmt.cpp.

Referenced by lHasVaryingBreakOrContinue(), and lVaryingBCPreFunc().

◆ varyingControlFlowDepth

int VaryingBCCheckInfo::varyingControlFlowDepth

Definition at line 691 of file stmt.cpp.

Referenced by lVaryingBCPostFunc(), and lVaryingBCPreFunc().


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