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()592 DenseSet<GlobalVariable *> &ModuleScopeVariables, in partitionVariablesIntoIndirectStrategies() argument624 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()645 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()649 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()660 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()666 Module &M, DenseSet<GlobalVariable *> const &ModuleScopeVariables, in lowerModuleScopeStructVariables() argument675 if (ModuleScopeVariables.empty()) { in lowerModuleScopeStructVariables()[all …]