Home | History | Annotate | Download | only in src

Lines Matching refs:Globals

365     auto *Revision = VariableDeclaration::create(&Globals, true);
370 &Globals, RevisionString, 1 + strlen(RevisionString)));
371 Globals.push_back(Revision);
487 for (VariableDeclaration *Global : Globals) {
502 for (const Ice::VariableDeclaration *Global : Globals) {
515 RandomShuffle(Globals.begin(), Globals.end(),
520 Instrumentor->instrumentGlobals(Globals);
522 DataLowering->lowerGlobals(Globals, SectionSuffix);
524 Globals.clearAndPurge();
526 Globals.clear();
562 Globals.push_back(ProfileBlockInfoVarDecl);