Searched refs:IsValueEdge (Results 1 – 9 of 9) sorted by relevance
53 static bool IsValueEdge(Edge edge);
86 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
100 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceFunctionPrototypeApply()
334 DCHECK(NodeProperties::IsValueEdge(edge)); in VisitAllocate()
166 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
252 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
418 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
166 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
2392 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()