Searched refs:IncrementUnscheduledUseCount (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | scheduler.h | 85 void IncrementUnscheduledUseCount(Node* node, int index, Node* from);
|
D | scheduler.cc | 156 void Scheduler::IncrementUnscheduledUseCount(Node* node, int index, in IncrementUnscheduledUseCount() function in v8::internal::compiler::Scheduler 167 return IncrementUnscheduledUseCount(control, index, from); in IncrementUnscheduledUseCount() 1179 scheduler_->IncrementUnscheduledUseCount(to, index, from); in PostEdge() 1630 scheduler_->IncrementUnscheduledUseCount(input, index, node); in CloneNode()
|