Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h55 static inline int PastControlIndex(Node* node);
Dnode-properties-inl.h66 inline int NodeProperties::PastControlIndex(Node* node) { in PastControlIndex() function
Dscheduler.cc59 int max = NodeProperties::PastControlIndex(node); in Run()
697 int max = NodeProperties::PastControlIndex(node); in ConnectFloatingControlSubgraph()
Dsimplified-lowering.cc200 i < NodeProperties::PastControlIndex(node); ++i) { in ProcessRemainingInputs()