Searched refs:RReduce (Results 1 – 1 of 1) sorted by relevance
2629 bool RReduce = canEnableCoalescing(right); in operator ()() local2630 if (LReduce && !RReduce) return false; in operator ()()2631 if (RReduce && !LReduce) return true; in operator ()()