Searched refs:ModulesInCommonWithGlobalIndex (Results 1 – 2 of 2) sorted by relevance
252 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()260 ModulesInCommonWithGlobalIndex.push_back(Chain[I]); in setGlobalIndex()269 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()342 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()343 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()345 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
58 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable