Home
last modified time | relevance | path

Searched refs:ImportIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp62 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal()
97 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
199 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
201 if (VI && ImportIndex.hasSyntheticEntryCounts()) { in processGlobalForThinLTO()
238 if (!GV.isDeclaration() && VI && ImportIndex.withAttributePropagation()) { in processGlobalForThinLTO()
250 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
252 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
261 if (ImportIndex.isWriteOnly(GVS)) in processGlobalForThinLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h30 const ModuleSummaryIndex &ImportIndex; member in llvm::FunctionImportGlobalProcessing
91 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport) { in FunctionImportGlobalProcessing()
97 HasExportedFunctions = ImportIndex.hasExportedFunctions(M); in FunctionImportGlobalProcessing()
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.h53 static int ImportIndex(int cell_index);
H A Dsource-text-module.cc119 int SourceTextModule::ImportIndex(int cell_index) { in ImportIndex() function in v8::internal::SourceTextModule
156 cell = regular_imports().get(ImportIndex(cell_index)); in GetCell()
516 module->regular_imports().set(ImportIndex(entry->cell_index()), *cell); in FinishInstantiate()

Completed in 4 milliseconds