Searched refs:PastEffectIndex (Results 1 – 3 of 3) sorted by relevance
34 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); } in FirstControlIndex()38 static int PastEffectIndex(Node* node);
43 int NodeProperties::PastEffectIndex(Node* node) { in PastEffectIndex() function in v8::internal::compiler::NodeProperties
801 i < NodeProperties::PastEffectIndex(node); ++i) { in ProcessRemainingInputs()