OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MarkLive
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h
134
void
MarkLive
(const RetOrArg &RA);
135
void
MarkLive
(const Function &F);
GlobalDCE.h
55
void
MarkLive
(GlobalValue &GV,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp
144
void GlobalDCEPass::
MarkLive
(GlobalValue &GV,
154
MarkLive
(*CM.second, Updates); // Recursion depth is only two because only
326
MarkLive
(GO);
336
MarkLive
(GA);
346
MarkLive
(GIF);
358
MarkLive
(*GVD, &NewLiveGVs);
DeadArgumentElimination.cpp
492
MarkLive
(F);
500
MarkLive
(F);
525
MarkLive
(F);
542
MarkLive
(F);
561
MarkLive
(F);
660
MarkLive
(RA);
667
MarkLive
(RA);
679
///
MarkLive
- Mark the given Function as alive, meaning that it cannot be
683
void DeadArgumentEliminationPass::
MarkLive
(const Function &F) {
696
///
MarkLive
- Mark the given return value or argument as live. Additionally
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp
682
if (auto
MarkLive
= Ctx->getMarkLivePass(G->getTargetTriple()))
683
Config.PrePrunePasses.push_back(std::move(
MarkLive
));
MachO_x86_64.cpp
605
if (auto
MarkLive
= Ctx->getMarkLivePass(G->getTargetTriple()))
606
Config.PrePrunePasses.push_back(std::move(
MarkLive
));
ELF_x86_64.cpp
909
if (auto
MarkLive
= Ctx->getMarkLivePass(G->getTargetTriple()))
910
Config.PrePrunePasses.push_back(std::move(
MarkLive
));
Completed in 22 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026