Searched refs:DecrementUnscheduledUseCount (Results 1 – 2 of 2) sorted by relevance
113 void DecrementUnscheduledUseCount(Node* node, Node* from);
173 DecrementUnscheduledUseCount(edge.to(), node); in UpdatePlacement()205 void Scheduler::DecrementUnscheduledUseCount(Node* node, Node* from) { in DecrementUnscheduledUseCount() function in v8::internal::compiler::Scheduler