Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc18 static Reduction ReplaceWithPureReduction(Node* node, Reduction reduction) { in ReplaceWithPureReduction() function
161 return ReplaceWithPureReduction(node, ReduceMathSqrt(node)); in Reduce()
163 return ReplaceWithPureReduction(node, ReduceMathMax(node)); in Reduce()
165 return ReplaceWithPureReduction(node, ReduceMathImul(node)); in Reduce()