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

  /external/llvm/lib/TableGen/
TGParser.cpp 303 static unsigned AnonCounter = 0;
304 return "anonymous."+utostr(AnonCounter++);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 262 static unsigned AnonCounter = 0;
263 R->setName("AnonRegClass_"+utostr(AnonCounter++));

Completed in 407 milliseconds