Searched refs:DecrementUnscheduledUseCount (Results 1 – 2 of 2) sorted by relevance
86 void DecrementUnscheduledUseCount(Node* node, int index, Node* from);
143 DecrementUnscheduledUseCount(edge.to(), edge.index(), edge.from()); in UpdatePlacement()179 void Scheduler::DecrementUnscheduledUseCount(Node* node, int index, in DecrementUnscheduledUseCount() function in v8::internal::compiler::Scheduler190 return DecrementUnscheduledUseCount(control, index, from); in DecrementUnscheduledUseCount()