Home
last modified time | relevance | path

Searched refs:IsEffectEdge (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dnode-properties-inl.h131 inline bool NodeProperties::IsEffectEdge(Node::Edge edge) { in IsEffectEdge() function
188 if (NodeProperties::IsEffectEdge(iter.edge())) { in ReplaceWithValue()
Dnode-properties.h30 static inline bool IsEffectEdge(Node::Edge edge);
Djs-inlining.cc277 if (NodeProperties::IsEffectEdge(iter.edge())) { in InlineAtCall()
291 if (NodeProperties::IsEffectEdge(iter.edge())) { in InlineAtCall()
Dgraph-visualizer.cc214 << (NodeProperties::IsEffectEdge(edge) ? "style=dotted, " : "") in PrintEdge()