Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h34 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); } in FirstControlIndex()
38 static int PastEffectIndex(Node* node);
Dnode-properties.cc43 int NodeProperties::PastEffectIndex(Node* node) { in PastEffectIndex() function in v8::internal::compiler::NodeProperties
Dsimplified-lowering.cc801 i < NodeProperties::PastEffectIndex(node); ++i) { in ProcessRemainingInputs()