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 126 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc);
127 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals);
TGParser.cpp 294 /// ProcessForeachDefs - Given a record, apply all of the variable
297 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc) {
305 return ProcessForeachDefs(CurRec, Loc, IterVals);
308 /// ProcessForeachDefs - Given a record, a loop and a loop iterator,
311 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals){
326 if (ProcessForeachDefs(CurRec, Loc, IterVals))
    [all...]

Completed in 351 milliseconds