Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h36 static int PastControlIndex(Node* node);
Dcontrol-equivalence.cc184 int max = NodeProperties::PastControlIndex(node); in DetermineParticipation()
Dnode-properties.cc44 int NodeProperties::PastControlIndex(Node* node) { in PastControlIndex() function in v8::internal::compiler::NodeProperties
Dscheduler.cc238 int max = NodeProperties::PastControlIndex(node); in Run()
273 int max = NodeProperties::PastControlIndex(node); in Run()
Dsimplified-lowering.cc577 i < NodeProperties::PastControlIndex(node); ++i) { in ProcessRemainingInputs()