OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertLifetime
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
AlwaysInliner.h
30
bool
InsertLifetime
;
33
AlwaysInlinerPass(bool
InsertLifetime
= true)
34
:
InsertLifetime
(
InsertLifetime
) {}
42
Pass *createAlwaysInlinerLegacyPass(bool
InsertLifetime
= true);
Inliner.h
33
explicit LegacyInlinerBase(char &ID, bool
InsertLifetime
);
75
bool
InsertLifetime
= true;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp
85
*CB, IFI, &FAM.getResult<AAManager>(F),
InsertLifetime
);
136
AlwaysInlinerLegacyPass() : LegacyInlinerBase(ID, /*
InsertLifetime
*/ true) {
140
AlwaysInlinerLegacyPass(bool
InsertLifetime
)
141
: LegacyInlinerBase(ID,
InsertLifetime
) {
169
Pass *llvm::createAlwaysInlinerLegacyPass(bool
InsertLifetime
) {
170
return new AlwaysInlinerLegacyPass(
InsertLifetime
);
Inliner.cpp
104
LegacyInlinerBase::LegacyInlinerBase(char &ID, bool
InsertLifetime
)
105
: CallGraphSCCPass(ID),
InsertLifetime
(
InsertLifetime
) {}
246
bool
InsertLifetime
, function_ref<AAResults &(Function &)> &AARGetter,
255
InlineResult IR = InlineFunction(CB, IFI, &AAR,
InsertLifetime
);
302
bool
InsertLifetime
,
447
InsertLifetime
, AARGetter, ImportedFunctionsStats);
544
SCC, CG, GetAssumptionCache, PSI, GetTLI,
InsertLifetime
,
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h
259
bool
InsertLifetime
= true,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp
1757
bool
InsertLifetime
,
2190
if (
InsertLifetime
&& !IFI.StaticAllocas.empty()) {
Completed in 98 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026