Searched refs:ProcessForeachDefs (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/TableGen/ |
H A D | TGParser.h | 130 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc); 131 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals);
|
H A D | TGParser.cpp | 297 /// ProcessForeachDefs - Given a record, apply all of the variable 300 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc) { function in class:TGParser 308 return ProcessForeachDefs(CurRec, Loc, IterVals); 311 /// ProcessForeachDefs - Given a record, a loop and a loop iterator, 314 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals){ function in class:TGParser 329 if (ProcessForeachDefs(CurRec, Loc, IterVals)) 2087 if (ProcessForeachDefs(CurRec, DefLoc)) {
|
Completed in 53 milliseconds