Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h53 static bool IsValueEdge(Edge edge);
Dnode-properties.cc86 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
Djs-call-reducer.cc100 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceFunctionPrototypeApply()
Dmemory-optimizer.cc334 DCHECK(NodeProperties::IsValueEdge(edge)); in VisitAllocate()
Djs-native-context-specialization.cc166 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
Dinstruction-selector.cc252 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
Djs-typed-lowering.cc418 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
Dsimplified-lowering.cc166 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
Dwasm-compiler.cc2392 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()