Searched refs:IsValueEdge (Results 1 – 9 of 9) sorted by relevance
54 static bool IsValueEdge(Edge edge);
112 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceFunctionPrototypeApply()433 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceSpreadCall()
89 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
307 DCHECK(NodeProperties::IsValueEdge(edge)); in VisitAllocate()
248 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
252 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
481 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
169 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
2517 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()