Home
last modified time | relevance | path

Searched refs:IsValueEdge (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h55 static bool IsValueEdge(Edge edge);
Dnode-properties.cc90 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
290 if (!IsValueEdge(edge)) continue; in CollectValueProjections()
Descape-analysis-reducer.cc277 if (!NodeProperties::IsValueEdge(edge)) continue; in Finalize()
Dmemory-optimizer.cc323 } else if (NodeProperties::IsValueEdge(edge)) { in VisitAllocateRaw()
Dinstruction-selector.cc278 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
844 if (!NodeProperties::IsValueEdge(edge)) continue; in InitializeCallBuffer()
Dverifier.cc236 if (NodeProperties::IsValueEdge(edge) && all.IsLive(use)) { in Check()
Djs-typed-lowering.cc1997 DCHECK(NodeProperties::IsValueEdge(edge)); in ReduceJSForInPrepare()
Djs-native-context-specialization.cc296 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
Djs-call-reducer.cc2979 if (!NodeProperties::IsValueEdge(edge)) continue; in IsSafeArgumentsElements()
3013 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceCallOrConstructWithArrayLikeOrSpread()
Dsimplified-lowering.cc168 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
Dwasm-compiler.cc2738 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()