Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h82 void ChangeToPhisAndInsertGuards();
Dloop-variable-optimizer.cc314 void LoopVariableOptimizer::ChangeToPhisAndInsertGuards() { in ChangeToPhisAndInsertGuards() function in v8::internal::compiler::LoopVariableOptimizer
Dtyper.cc342 induction_vars->ChangeToPhisAndInsertGuards(); in Run()