Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h253 void SwapInputs() { in SwapInputs() function
262 SwapInputs(); in PutConstantOnRight()
388 this->SwapInputs(); in Initialize()
394 this->SwapInputs(); in Initialize()
397 this->SwapInputs(); in Initialize()
Djs-typed-lowering.cc216 void SwapInputs() { in SwapInputs() function in v8::internal::compiler::JSBinopReduction
785 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
792 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()
831 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
838 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()