Searched refs:IsEffectEdge (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/compiler/
H A Dnode-properties.h55 static bool IsEffectEdge(Edge edge);
H A Dnode-properties.cc109 bool NodeProperties::IsEffectEdge(Edge edge) { function in class:v8::internal::compiler::NodeProperties
224 } else if (IsEffectEdge(edge)) {
H A Dgraph-reducer.cc227 } else if (NodeProperties::IsEffectEdge(edge)) {
H A Dloop-peeling.cc302 } else if (NodeProperties::IsEffectEdge(edge)) {
H A Descape-analysis.cc805 if (NodeProperties::IsEffectEdge(edge)) {
816 if (NodeProperties::IsEffectEdge(edge)) {
844 if (NodeProperties::IsEffectEdge(edge)) {
925 if (NodeProperties::IsEffectEdge(edge)) {
H A Djs-inlining.cc180 if (NodeProperties::IsEffectEdge(edge)) {
H A Dverifier.cc1223 } else if (NodeProperties::IsEffectEdge(edge)) {
1258 DCHECK(!NodeProperties::IsEffectEdge(edge) ||
H A Dchange-lowering.cc308 if (NodeProperties::IsEffectEdge(edge)) continue;
H A Djs-generic-lowering.cc751 if (NodeProperties::IsEffectEdge(edge)) {
H A Djs-typed-lowering.cc393 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect);
2388 if (NodeProperties::IsEffectEdge(edge)) {
H A Dsimplified-lowering.cc1902 if (NodeProperties::IsEffectEdge(edge)) {

Completed in 250 milliseconds