Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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,
/third_party/skia/third_party/externals/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()