Home
last modified time | relevance | path

Searched refs:IsCoupledControlEdge (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dscheduler.h93 inline bool IsCoupledControlEdge(Node* node, int index);
Dscheduler.cc176 bool Scheduler::IsCoupledControlEdge(Node* node, int index) { in IsCoupledControlEdge() function in v8::internal::compiler::Scheduler
185 if (IsCoupledControlEdge(from, index)) return; in IncrementUnscheduledUseCount()
208 if (IsCoupledControlEdge(from, index)) return; in DecrementUnscheduledUseCount()