Home
last modified time | relevance | path

Searched refs:SsaRedundantPhiElimination (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.h56 class SsaRedundantPhiElimination : public HOptimization {
58 explicit SsaRedundantPhiElimination(HGraph* graph) in SsaRedundantPhiElimination() function
71 DISALLOW_COPY_AND_ASSIGN(SsaRedundantPhiElimination);
Dssa_phi_elimination.cc100 void SsaRedundantPhiElimination::Run() { in Run()
Dssa_builder.cc282 SsaRedundantPhiElimination redundant_phi(GetGraph()); in BuildSsa()