Searched refs:HasEnvironmentUses (Results 1 – 10 of 10) sorted by relevance
60 ASSERT_TRUE(parameter->HasEnvironmentUses()); in TEST_F()65 ASSERT_FALSE(parameter->HasEnvironmentUses()); in TEST_F()137 ASSERT_TRUE(parameter1->HasEnvironmentUses()); in TEST_F()
90 DCHECK(!bitfield_op->HasEnvironmentUses()); in TryMergeIntoShifterOperand()160 if (bitfield_op->HasEnvironmentUses()) { in TryMergeIntoUsersShifterOperand()
96 DCHECK(!bitfield_op->HasEnvironmentUses()); in TryMergeIntoShifterOperand()164 if (bitfield_op->HasEnvironmentUses()) { in TryMergeIntoUsersShifterOperand()
53 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses()); in MarkDeadPhis()
227 DCHECK(!current->HasEnvironmentUses()); in ComputeLiveRanges()
93 if (!phi->IsDead() || !phi->HasEnvironmentUses()) continue; in FixEnvironmentPhis()
1427 DCHECK(!ctor_fence->HasEnvironmentUses()); in RemoveConstructorFences()1467 DCHECK(!other->HasEnvironmentUses()); in Merge()1786 DCHECK(!HasEnvironmentUses()); in MoveBeforeFirstUserAndOutOfLoops()2111 DCHECK(!insn->HasEnvironmentUses()); in RemoveUsesOfDeadInstruction()
2302 !reduction->HasEnvironmentUses() && in TrySetPhiReduction()2350 !c->HasEnvironmentUses()) { // unlikely, but not impossible in TrySetSimpleLoopHeader()2482 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
1115 if (type_conversion->HasEnvironmentUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly()2572 DCHECK(!as_invoke_virtual->HasEnvironmentUses()); in TryReplaceStringBuilderAppend()2644 DCHECK(!sb->HasEnvironmentUses()); in TryReplaceStringBuilderAppend()
2273 bool HasEnvironmentUses() const { return !env_uses_.empty(); } in HasEnvironmentUses() function2276 return !HasEnvironmentUses() && GetUses().HasExactlyOneElement(); in HasOnlyOneNonEnvironmentUse()