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);
479 for (VariableDeclaration *Global : Globals) {
494 for (const Ice::VariableDeclaration *Global : Globals) {
507 RandomShuffle(Globals.begin(), Globals.end(),
512 Instrumentor->instrumentGlobals(Globals);
514 DataLowering->lowerGlobals(Globals, SectionSuffix);
516 Globals.clearAndPurge();
518 Globals.clear();
554 Globals.push_back(ProfileBlockInfoVarDecl);