Lines Matching refs:AnonCounter
667 static unsigned AnonCounter = 0;668 R->setName("AnonRegClass_" + utostr(AnonCounter));669 // MSVC2012 ICEs if AnonCounter++ is directly passed to utostr.670 ++AnonCounter;