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

Public Member Functions

 CostData ()
 

Public Attributes

int cost
 
int foreachDepth
 

Detailed Description

Definition at line 248 of file ast.cpp.

Constructor & Destructor Documentation

◆ CostData()

CostData::CostData ( )
inline

Definition at line 249 of file ast.cpp.

Member Data Documentation

◆ cost

int CostData::cost

Definition at line 251 of file ast.cpp.

Referenced by EstimateCost(), and lCostCallbackPre().

◆ foreachDepth

int CostData::foreachDepth

Definition at line 252 of file ast.cpp.

Referenced by lCostCallbackPost(), and lCostCallbackPre().


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