Searched refs:ModuleScopeVariables (Results 1 – 1 of 1) sorted by relevance
411 Module &M, ArrayRef<GlobalVariable *> ModuleScopeVariables, in replaceUsesInInstructionsWithTableLookup() argument418 for (size_t Index = 0; Index < ModuleScopeVariables.size(); Index++) { in replaceUsesInInstructionsWithTableLookup()419 auto *GV = ModuleScopeVariables[Index]; in replaceUsesInInstructionsWithTableLookup()595 DenseSet<GlobalVariable *> &ModuleScopeVariables, in partitionVariablesIntoIndirectStrategies() argument627 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()647 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()651 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()662 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()668 Module &M, DenseSet<GlobalVariable *> const &ModuleScopeVariables, in lowerModuleScopeStructVariables() argument677 if (ModuleScopeVariables.empty()) { in lowerModuleScopeStructVariables()[all …]