Home
last modified time | relevance | path

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

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