LLVM OpenMP
Range Struct Reference

Classes

struct  It

Public Member Functions

It begin () const
It end () const

Public Attributes

int lo
int hi

Detailed Description

Member Function Documentation

◆ begin()

It Range::begin ( ) const
inline

Definition at line 31 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References lo.

◆ end()

It Range::end ( ) const
inline

Definition at line 32 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References hi.

Member Data Documentation

◆ hi

int Range::hi

Definition at line 13 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

Referenced by end().

◆ lo

int Range::lo

Definition at line 13 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

Referenced by begin().


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