Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DMarkLive.cpp39 class MarkLive { class
55 void MarkLive::enqueue(Symbol *sym) { in enqueue()
79 void MarkLive::enqueueInitFunctions(const ObjFile *obj) { in enqueueInitFunctions()
88 void MarkLive::run() { in run()
120 void MarkLive::mark() { in mark()
157 MarkLive marker; in markLive()
185 bool MarkLive::isCallCtorsLive() { in isCallCtorsLive()
DCMakeLists.txt11 MarkLive.cpp
/external/llvm-project/lld/ELF/
DMarkLive.cpp46 template <class ELFT> class MarkLive { class
48 MarkLive(unsigned partition) : partition(partition) {} in MarkLive() function in __anon5d0b50c30111::MarkLive
91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc()
145 void MarkLive<ELFT>::scanEhFrameSection(EhInputSection &eh, in scanEhFrameSection()
188 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { in enqueue()
214 template <class ELFT> void MarkLive<ELFT>::markSymbol(Symbol *sym) { in markSymbol()
223 template <class ELFT> void MarkLive<ELFT>::run() { in run()
278 template <class ELFT> void MarkLive<ELFT>::mark() { in mark()
309 template <class ELFT> void MarkLive<ELFT>::moveToMain() { in moveToMain()
388 MarkLive<ELFT>(curPart).run(); in markLive()
[all …]
DCMakeLists.txt33 MarkLive.cpp
/external/llvm-project/llvm/lib/Transforms/IPO/
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()
DDeadArgumentElimination.cpp489 MarkLive(F); in SurveyFunction()
497 MarkLive(F); in SurveyFunction()
522 MarkLive(F); in SurveyFunction()
539 MarkLive(F); in SurveyFunction()
558 MarkLive(F); in SurveyFunction()
657 MarkLive(RA); in MarkValue()
664 MarkLive(RA); in MarkValue()
680 void DeadArgumentEliminationPass::MarkLive(const Function &F) { in MarkLive() function in DeadArgumentEliminationPass
696 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() function in DeadArgumentEliminationPass
721 MarkLive(I->second); in PropagateLiveness()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()
317 MarkLive(GO); in run()
327 MarkLive(GA); in run()
337 MarkLive(GIF); in run()
349 MarkLive(*GVD, &NewLiveGVs); in run()
DDeadArgumentElimination.cpp491 MarkLive(F); in SurveyFunction()
499 MarkLive(F); in SurveyFunction()
524 MarkLive(F); in SurveyFunction()
541 MarkLive(F); in SurveyFunction()
560 MarkLive(F); in SurveyFunction()
572 MarkLive(F); in SurveyFunction()
666 MarkLive(RA); in MarkValue()
681 void DeadArgumentEliminationPass::MarkLive(const Function &F) { in MarkLive() function in DeadArgumentEliminationPass
697 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() function in DeadArgumentEliminationPass
719 MarkLive(I->second); in PropagateLiveness()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp469 MarkLive(F); in SurveyFunction()
477 MarkLive(F); in SurveyFunction()
497 MarkLive(F); in SurveyFunction()
502 MarkLive(F); in SurveyFunction()
517 MarkLive(F); in SurveyFunction()
524 MarkLive(F); in SurveyFunction()
605 case Live: MarkLive(RA); break; in MarkValue()
621 void DeadArgumentEliminationPass::MarkLive(const Function &F) { in MarkLive() function in DeadArgumentEliminationPass
637 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() function in DeadArgumentEliminationPass
659 MarkLive(I->second); in PropagateLiveness()
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h133 void MarkLive(const RetOrArg &RA);
134 void MarkLive(const Function &F);
DGlobalDCE.h55 void MarkLive(GlobalValue &GV,
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h134 void MarkLive(const RetOrArg &RA);
135 void MarkLive(const Function &F);
DGlobalDCE.h55 void MarkLive(GlobalValue &GV,
/external/llvm-project/llvm/utils/gn/secondary/lld/wasm/
DBUILD.gn26 "MarkLive.cpp",
/external/llvm-project/lld/COFF/
DCMakeLists.txt17 MarkLive.cpp
/external/llvm-project/llvm/utils/gn/secondary/lld/COFF/
DBUILD.gn41 "MarkLive.cpp",
/external/llvm-project/llvm/utils/gn/secondary/lld/ELF/
DBUILD.gn53 "MarkLive.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp563 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_x86_64() local
564 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_x86_64()
DMachO_arm64.cpp669 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_arm64() local
670 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_arm64()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp662 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_ELF_x86_64() local
663 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_ELF_x86_64()
DMachO_x86_64.cpp674 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_x86_64() local
675 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_x86_64()
DMachO_arm64.cpp690 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_arm64() local
691 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_arm64()