Home
last modified time | relevance | path

Searched refs:IsValueEdge (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-escape-analysis.cc30 if (NodeProperties::IsValueEdge(edge)) { in ReduceAllocateRaw()
42 DCHECK(NodeProperties::IsValueEdge(edge)); in ReduceAllocateRaw()
H A Dadd-type-assertions-reducer.cc41 if (NodeProperties::IsValueEdge(edge) && user != assertion) { in Reduce()
H A Dconstant-folding-reducer.cc48 if (NodeProperties::IsValueEdge(edge) && in IsAlreadyBeingFolded()
H A Dnode-properties.cc26 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() function in v8::internal::compiler::NodeProperties
249 if (!IsValueEdge(edge)) continue; in CollectValueProjections()
H A Dnode-properties.h100 static bool IsValueEdge(Edge edge);
H A Descape-analysis-reducer.cc263 if (!NodeProperties::IsValueEdge(edge)) continue; in Finalize()
H A Dwasm-inlining.cc511 if (NodeProperties::IsValueEdge(use_edge)) { in InlineCall()
H A Djs-generic-lowering.cc1107 DCHECK(NodeProperties::IsValueEdge(edge)); in LowerJSForInPrepare()
H A Dverifier.cc300 if (NodeProperties::IsValueEdge(edge) && all.IsLive(use)) { in Check()
H A Djs-typed-lowering.cc2062 DCHECK(NodeProperties::IsValueEdge(edge)); in ReduceJSForInPrepare()
H A Djs-native-context-specialization.cc503 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) { in ReduceJSInstanceOf()
H A Djs-call-reducer.cc3889 if (!NodeProperties::IsValueEdge(edge)) continue;
4017 if (!NodeProperties::IsValueEdge(edge)) continue;
H A Dsimplified-lowering.cc189 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc299 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
968 if (!NodeProperties::IsValueEdge(edge)) continue; in InitializeCallBuffer()

Completed in 39 milliseconds