Searched defs:ForeachLoop (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.h45 /// ForeachLoop - Record the iteration state associated with a for loop.
47 struct ForeachLoop { struct in namespace:llvm
51 ForeachLoop(Init *IVar, Init *LValue) : IterVar(IVar), ListValue(LValue) {} function in struct:llvm::ForeachLoop
61 typedef std::vector<ForeachLoop> LoopVector;
128 SMLoc Loc, IterSet &IterVals, ForeachLoop &CurLoop,

Completed in 15 milliseconds