Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.h114 void FuseFloatingControl(BasicBlock* block, Node* node);
Dscheduler.cc1589 scheduler_->FuseFloatingControl(block, node); in ScheduleFloatingControl()
1690 void Scheduler::FuseFloatingControl(BasicBlock* block, Node* node) { in FuseFloatingControl() function in v8::internal::compiler::Scheduler