Home
last modified time | relevance | path

Searched refs:MarkLive (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp144 void GlobalDCEPass::MarkLive(GlobalValue &GV, in MarkLive() function in GlobalDCEPass
154 MarkLive(*CM.second, Updates); // Recursion depth is only two because only in MarkLive()
326 MarkLive(GO); in run()
336 MarkLive(GA); in run()
346 MarkLive(GIF); in run()
358 MarkLive(*GVD, &NewLiveGVs); in run()
H A DDeadArgumentElimination.cpp492 MarkLive(F); in SurveyFunction()
500 MarkLive(F); in SurveyFunction()
525 MarkLive(F); in SurveyFunction()
542 MarkLive(F); in SurveyFunction()
561 MarkLive(F); in SurveyFunction()
660 MarkLive(RA); in MarkValue()
667 MarkLive(RA); in MarkValue()
683 void DeadArgumentEliminationPass::MarkLive(const Function &F) { in MarkLive() function in DeadArgumentEliminationPass
699 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() function in DeadArgumentEliminationPass
724 MarkLive(I->second); in PropagateLiveness()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h134 void MarkLive(const RetOrArg &RA);
135 void MarkLive(const Function &F);
H A DGlobalDCE.h55 void MarkLive(GlobalValue &GV,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/wasm/
H A DBUILD.gn26 "MarkLive.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/COFF/
H A DBUILD.gn41 "MarkLive.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn53 "MarkLive.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp605 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple())) in link_MachO_x86_64() local
606 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_MachO_x86_64()
H A DMachO_arm64.cpp682 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple())) in link_MachO_arm64() local
683 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_MachO_arm64()
H A DELF_x86_64.cpp909 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple())) in link_ELF_x86_64() local
910 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_ELF_x86_64()