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 133 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc);
134 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals);
TGParser.cpp 278 /// ProcessForeachDefs - Given a record, apply all of the variable
281 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc) {
289 return ProcessForeachDefs(CurRec, Loc, IterVals);
292 /// ProcessForeachDefs - Given a record, a loop and a loop iterator,
295 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals){
310 if (ProcessForeachDefs(CurRec, Loc, IterVals))
    [all...]

Completed in 78 milliseconds