Searched refs:IsValueEdge (Results 1 – 9 of 9) sorted by relevance
52 static bool IsValueEdge(Edge edge);
299 if (NodeProperties::IsValueEdge(edge) || in Peel()
86 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
123 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceFunctionPrototypeApply()
300 DCHECK(NodeProperties::IsValueEdge(edge)); in VisitAllocate()
237 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
360 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
1075 DCHECK(NodeProperties::IsValueEdge(edge)); in ReplaceEffectControlUses()
2122 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()