/external/llvm-project/lld/wasm/ |
D | MarkLive.cpp | 39 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()
|
D | CMakeLists.txt | 11 MarkLive.cpp
|
/external/llvm-project/lld/ELF/ |
D | MarkLive.cpp | 46 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 …]
|
D | CMakeLists.txt | 33 MarkLive.cpp
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 144 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()
|
D | DeadArgumentElimination.cpp | 489 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/ |
D | GlobalDCE.cpp | 144 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()
|
D | DeadArgumentElimination.cpp | 491 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/ |
D | DeadArgumentElimination.cpp | 469 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/ |
D | DeadArgumentElimination.h | 124 void MarkLive(const RetOrArg &RA); 125 void MarkLive(const Function &F);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 133 void MarkLive(const RetOrArg &RA); 134 void MarkLive(const Function &F);
|
D | GlobalDCE.h | 55 void MarkLive(GlobalValue &GV,
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 134 void MarkLive(const RetOrArg &RA); 135 void MarkLive(const Function &F);
|
D | GlobalDCE.h | 55 void MarkLive(GlobalValue &GV,
|
/external/llvm-project/llvm/utils/gn/secondary/lld/wasm/ |
D | BUILD.gn | 26 "MarkLive.cpp",
|
/external/llvm-project/lld/COFF/ |
D | CMakeLists.txt | 17 MarkLive.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/lld/COFF/ |
D | BUILD.gn | 41 "MarkLive.cpp",
|
/external/llvm-project/llvm/utils/gn/secondary/lld/ELF/ |
D | BUILD.gn | 53 "MarkLive.cpp",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_x86_64.cpp | 563 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()
|
D | MachO_arm64.cpp | 669 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/ |
D | ELF_x86_64.cpp | 662 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()
|
D | MachO_x86_64.cpp | 674 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()
|
D | MachO_arm64.cpp | 690 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_arm64() local 691 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_arm64()
|