LLVM: llvm::ForeachLoop Struct Reference (original) (raw)
ForeachLoop - Record the iteration state associated with a for loop. More...
#include "[TableGen/TGParser.h](TGParser%5F8h%5Fsource.html)"
Detailed Description
ForeachLoop - Record the iteration state associated with a for loop.
This is used to instantiate items in the loop body.
IterVar is allowed to be null, in which case no iteration variable is defined in the loop at all. (This happens when a ForeachLoop is constructed by desugaring an if statement.)
Definition at line 61 of file TGParser.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ dump()
Member Data Documentation
◆ Entries
◆ IterVar
◆ ListValue
◆ Loc
SMLoc llvm::ForeachLoop::Loc
The documentation for this struct was generated from the following files:
- lib/TableGen/TGParser.h
- lib/TableGen/TGParser.cpp