Searched refs:SsaRedundantPhiElimination (Results 1 – 5 of 5) sorted by relevance
51 class SsaRedundantPhiElimination : public HOptimization {53 explicit SsaRedundantPhiElimination(HGraph* graph) in SsaRedundantPhiElimination() function61 DISALLOW_COPY_AND_ASSIGN(SsaRedundantPhiElimination);
126 bool SsaRedundantPhiElimination::Run() { in Run()
527 SsaRedundantPhiElimination(graph_).Run(); in Run()
513 SsaRedundantPhiElimination(graph_).Run(); in BuildSsa()
21 # be replaced by its incoming input during SsaRedundantPhiElimination.