Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties-inl.h42 return PastEffectIndex(node); in FirstControlIndex()
61 inline int NodeProperties::PastEffectIndex(Node* node) { in PastEffectIndex() function
Dnode-properties.h54 static inline int PastEffectIndex(Node* node);
Dsimplified-lowering.cc196 i < NodeProperties::PastEffectIndex(node); ++i) { in ProcessRemainingInputs()