Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc626 ComputeAndInsertSpecialRPO(schedule_->start(), schedule_->end()); in ComputeSpecialRPO()
634 ComputeAndInsertSpecialRPO(entry, end); in UpdateSpecialRPO()
733 void ComputeAndInsertSpecialRPO(BasicBlock* entry, BasicBlock* end) { in ComputeAndInsertSpecialRPO() function in v8::internal::compiler::SpecialRPONumberer