Home
last modified time | relevance | path

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

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