Home
last modified time | relevance | path

Searched refs:IsContextEdge (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-properties.h101 static bool IsContextEdge(Edge edge);
Dnode-properties.cc34 bool NodeProperties::IsContextEdge(Edge edge) { in IsContextEdge() function in v8::internal::compiler::NodeProperties
Dsimplified-lowering.cc190 NodeProperties::IsContextEdge(edge)); in ReplaceEffectControlUses()