Searched refs:SsaRedundantPhiElimination (Results 1 – 3 of 3) sorted by relevance
56 class SsaRedundantPhiElimination : public HOptimization {58 explicit SsaRedundantPhiElimination(HGraph* graph) in SsaRedundantPhiElimination() function71 DISALLOW_COPY_AND_ASSIGN(SsaRedundantPhiElimination);
100 void SsaRedundantPhiElimination::Run() { in Run()
282 SsaRedundantPhiElimination redundant_phi(GetGraph()); in BuildSsa()