HomeSort by relevance Sort by last modified time
    Searched refs:ProcessForeachDefs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
TGParser.h 130 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc);
131 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals);
TGParser.cpp 282 /// ProcessForeachDefs - Given a record, apply all of the variable
285 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc) {
293 return ProcessForeachDefs(CurRec, Loc, IterVals);
296 /// ProcessForeachDefs - Given a record, a loop and a loop iterator,
299 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals){
314 if (ProcessForeachDefs(CurRec, Loc, IterVals))
    [all...]

Completed in 334 milliseconds