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