Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h54 static bool IsValueEdge(Edge edge);
Djs-call-reducer.cc112 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceFunctionPrototypeApply()
433 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceSpreadCall()
Dnode-properties.cc89 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
Dmemory-optimizer.cc307 DCHECK(NodeProperties::IsValueEdge(edge)); in VisitAllocate()
Djs-native-context-specialization.cc248 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
Dinstruction-selector.cc252 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
Djs-typed-lowering.cc481 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
Dsimplified-lowering.cc169 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
Dwasm-compiler.cc2517 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()