Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h230 void SwapInputs() { in SwapInputs() function
239 SwapInputs(); in PutConstantOnRight()
363 this->SwapInputs(); in Initialize()
369 this->SwapInputs(); in Initialize()
Djs-typed-lowering.cc150 void SwapInputs() { in SwapInputs() function in v8::internal::compiler::JSBinopReduction
565 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
572 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()
606 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
613 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()