Searched refs:IsValueEdge (Results 1 – 11 of 11) sorted by relevance
55 static bool IsValueEdge(Edge edge);
90 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties290 if (!IsValueEdge(edge)) continue; in CollectValueProjections()
277 if (!NodeProperties::IsValueEdge(edge)) continue; in Finalize()
323 } else if (NodeProperties::IsValueEdge(edge)) { in VisitAllocateRaw()
278 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()844 if (!NodeProperties::IsValueEdge(edge)) continue; in InitializeCallBuffer()
236 if (NodeProperties::IsValueEdge(edge) && all.IsLive(use)) { in Check()
1997 DCHECK(NodeProperties::IsValueEdge(edge)); in ReduceJSForInPrepare()
296 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
2979 if (!NodeProperties::IsValueEdge(edge)) continue; in IsSafeArgumentsElements()3013 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceCallOrConstructWithArrayLikeOrSpread()
168 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
2738 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()