Home
last modified time | relevance | path

Searched refs:HasEnvironmentUses (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dnodes_test.cc173 ASSERT_TRUE(parameter->HasEnvironmentUses()); in TEST_F()
178 ASSERT_FALSE(parameter->HasEnvironmentUses()); in TEST_F()
250 ASSERT_TRUE(parameter1->HasEnvironmentUses()); in TEST_F()
Dinstruction_simplifier_arm.cc93 DCHECK(!bitfield_op->HasEnvironmentUses()); in TryMergeIntoShifterOperand()
163 if (bitfield_op->HasEnvironmentUses()) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc99 DCHECK(!bitfield_op->HasEnvironmentUses()); in TryMergeIntoShifterOperand()
167 if (bitfield_op->HasEnvironmentUses()) { in TryMergeIntoUsersShifterOperand()
Dssa_phi_elimination.cc53 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses()); in MarkDeadPhis()
Dssa_liveness_analysis.cc227 DCHECK(!current->HasEnvironmentUses()); in ComputeLiveRanges()
Dssa_builder.cc93 if (!phi->IsDead() || !phi->HasEnvironmentUses()) continue; in FixEnvironmentPhis()
Dnodes.cc180 DCHECK(!insn->HasEnvironmentUses()); in RemoveCatchPhiUsesOfDeadInstruction()
1581 DCHECK(!ctor_fence->HasEnvironmentUses()); in RemoveConstructorFences()
1621 DCHECK(!other->HasEnvironmentUses()); in Merge()
2005 DCHECK(!HasEnvironmentUses()); in MoveBeforeFirstUserAndOutOfLoops()
Dloop_optimization.cc2914 !reduction->HasEnvironmentUses() && in TrySetPhiReduction()
2965 !c->HasEnvironmentUses()) { // unlikely, but not impossible in TrySetSimpleLoopHeader()
3096 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
Dinstruction_simplifier.cc1314 if (type_conversion->HasEnvironmentUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly()
2906 DCHECK(!as_invoke_virtual->HasEnvironmentUses()); in TryReplaceStringBuilderAppend()
2978 DCHECK(!sb->HasEnvironmentUses()); in TryReplaceStringBuilderAppend()
Dnodes.h2449 bool HasEnvironmentUses() const { return !env_uses_.empty(); } in HasEnvironmentUses() function
2452 return !HasEnvironmentUses() && GetUses().HasExactlyOneElement(); in HasOnlyOneNonEnvironmentUse()