Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h257 void SwapInputs() { in SwapInputs() function
269 SwapInputs(); in PutConstantOnRight()
395 this->SwapInputs(); in Initialize()
403 this->SwapInputs(); in Initialize()
Djs-typed-lowering.cc210 void SwapInputs() { in SwapInputs() function in v8::internal::compiler::JSBinopReduction
777 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
784 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()
818 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
825 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()