Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h52 static bool IsValueEdge(Edge edge);
Dloop-peeling.cc299 if (NodeProperties::IsValueEdge(edge) || in Peel()
Dnode-properties.cc86 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
Djs-call-reducer.cc123 if (!NodeProperties::IsValueEdge(edge)) continue; in ReduceFunctionPrototypeApply()
Dmemory-optimizer.cc300 DCHECK(NodeProperties::IsValueEdge(edge)); in VisitAllocate()
Dinstruction-selector.cc237 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
Djs-typed-lowering.cc360 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
Dsimplified-lowering.cc1075 DCHECK(NodeProperties::IsValueEdge(edge)); in ReplaceEffectControlUses()
Dwasm-compiler.cc2122 DCHECK(NodeProperties::IsValueEdge(edge)); in CanCover()