Searched refs:MarkLive (Results 1 – 6 of 6) 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()317 MarkLive(GO); in run()327 MarkLive(GA); in run()337 MarkLive(GIF); in run()349 MarkLive(*GVD, &NewLiveGVs); in run()
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 DeadArgumentEliminationPass697 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() function in DeadArgumentEliminationPass719 MarkLive(I->second); in PropagateLiveness()
133 void MarkLive(const RetOrArg &RA);134 void MarkLive(const Function &F);
55 void MarkLive(GlobalValue &GV,
563 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_x86_64() local564 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_x86_64()
669 if (auto MarkLive = Ctx->getMarkLivePass(TT)) in jitLink_MachO_arm64() local670 Config.PrePrunePasses.push_back(std::move(MarkLive)); in jitLink_MachO_arm64()