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()
88 DCHECK(!bitfield_op->HasEnvironmentUses()); in TryMergeIntoShifterOperand()158 if (bitfield_op->HasEnvironmentUses()) { in TryMergeIntoUsersShifterOperand()
94 DCHECK(!bitfield_op->HasEnvironmentUses()); in TryMergeIntoShifterOperand()162 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()
1428 DCHECK(!ctor_fence->HasEnvironmentUses()); in RemoveConstructorFences()1468 DCHECK(!other->HasEnvironmentUses()); in Merge()1786 DCHECK(!HasEnvironmentUses()); in MoveBeforeFirstUserAndOutOfLoops()2111 DCHECK(!insn->HasEnvironmentUses()); in RemoveUsesOfDeadInstruction()
2335 !reduction->HasEnvironmentUses() && in TrySetPhiReduction()2383 !c->HasEnvironmentUses()) { // unlikely, but not impossible in TrySetSimpleLoopHeader()2515 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
1119 if (type_conversion->HasEnvironmentUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly()
2201 bool HasEnvironmentUses() const { return !env_uses_.empty(); } in HasEnvironmentUses() function2204 return !HasEnvironmentUses() && GetUses().HasExactlyOneElement(); in HasOnlyOneNonEnvironmentUse()