Lines Matching refs:graph_
34 for (HBasicBlock* block : graph_->GetReversePostOrder()) { in FixNullConstantType()
60 equality_instr->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0); in FixNullConstantType()
67 for (HBasicBlock* block : graph_->GetReversePostOrder()) { in EquivalentPhisCleanup()
89 for (HBasicBlock* block : graph_->GetReversePostOrder()) { in FixEnvironmentPhis()
241 for (HBasicBlock* block : graph_->GetReversePostOrder()) { in RunPrimitiveTypePropagation()
441 DCHECK(graph_->HasIrreducibleLoops()); in ReplaceUninitializedStringPhis()
454 if (graph_->IsDebuggable()) { in RemoveRedundantUninitializedStrings()
469 new_instance->ReplaceWith(graph_->GetNullConstant()); in RemoveRedundantUninitializedStrings()
500 DCHECK(!graph_->IsInSsaForm()); in BuildSsa()
513 SsaRedundantPhiElimination(graph_).Run(); in BuildSsa()
524 ReferenceTypePropagation(graph_, in BuildSsa()
541 SsaDeadPhiElimination dead_phi_elimimation(graph_); in BuildSsa()
577 graph_->SetInSsaForm(); in BuildSsa()
592 result = new (graph_->GetAllocator()) HFloatConstant(value); in GetFloatEquivalent()
594 graph_->CacheFloatConstant(result); in GetFloatEquivalent()
614 result = new (graph_->GetAllocator()) HDoubleConstant(value); in GetDoubleEquivalent()
616 graph_->CacheDoubleConstant(result); in GetDoubleEquivalent()
647 ArenaAllocator* allocator = graph_->GetAllocator(); in GetFloatDoubleOrReferenceEquivalentOfPhi()
709 return graph_->GetNullConstant(); in GetReferenceTypeEquivalent()