Searched refs:MarkLive (Results 1 – 10 of 10) sorted by relevance
144 void GlobalDCEPass::MarkLive(GlobalValue &GV, in MarkLive() function in GlobalDCEPass154 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()
492 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 DeadArgumentEliminationPass699 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() function in DeadArgumentEliminationPass724 MarkLive(I->second); in PropagateLiveness()
134 void MarkLive(const RetOrArg &RA);135 void MarkLive(const Function &F);
55 void MarkLive(GlobalValue &GV,
26 "MarkLive.cpp",
41 "MarkLive.cpp",
53 "MarkLive.cpp",
605 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple())) in link_MachO_x86_64() local606 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_MachO_x86_64()
682 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple())) in link_MachO_arm64() local683 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_MachO_arm64()
909 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple())) in link_ELF_x86_64() local910 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_ELF_x86_64()