OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalsToImport
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h
34
SetVector<GlobalValue *> *
GlobalsToImport
;
76
bool isPerformingImport() const { return
GlobalsToImport
!= nullptr; }
102
SetVector<GlobalValue *> *
GlobalsToImport
,
104
: M(M), ImportIndex(Index),
GlobalsToImport
(
GlobalsToImport
),
110
if (!
GlobalsToImport
)
131
SetVector<GlobalValue *> *
GlobalsToImport
= nullptr);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp
27
if (!
GlobalsToImport
->count(const_cast<GlobalValue *>(SGV)))
46
assert((!
GlobalsToImport
->count(const_cast<GlobalValue *>(SGV)) ||
330
SetVector<GlobalValue *> *
GlobalsToImport
) {
331
FunctionImportGlobalProcessing ThinLTOProcessing(M, Index,
GlobalsToImport
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp
1213
SetVector<GlobalValue *>
GlobalsToImport
;
1233
GlobalsToImport
.insert(&F);
1247
ImportedGVCount +=
GlobalsToImport
.insert(&GV);
1277
GlobalsToImport
.insert(Fn);
1293
&
GlobalsToImport
))
1297
for (const auto *GV :
GlobalsToImport
)
1303
std::move(SrcModule),
GlobalsToImport
.getArrayRef(),
1309
ImportedCount +=
GlobalsToImport
.size();
1365
/*
GlobalsToImport
=*/nullptr)) {
Completed in 25 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026