Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h39 static int PastControlIndex(Node* node);
Dcontrol-equivalence.cc180 int max = NodeProperties::PastControlIndex(node); in DetermineParticipation()
Dnode-properties.cc49 int NodeProperties::PastControlIndex(Node* node) { in PastControlIndex() function in v8::internal::compiler::NodeProperties
Dscheduler.cc264 int max = NodeProperties::PastControlIndex(node); in Run()
299 int max = NodeProperties::PastControlIndex(node); in Run()
Dsimplified-lowering.cc805 i < NodeProperties::PastControlIndex(node); ++i) { in ProcessRemainingInputs()