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