Searched refs:RReduce (Results 1 – 2 of 2) sorted by relevance
2540 bool RReduce = canEnableCoalescing(right); in operator ()() local2541 DEBUG(if (LReduce != RReduce) ++FactorCount[FactPressureDiff]); in operator ()()2542 if (LReduce && !RReduce) return false; in operator ()()2543 if (RReduce && !LReduce) return true; in operator ()()
2614 bool RReduce = canEnableCoalescing(right); in operator ()() local2615 if (LReduce && !RReduce) return false; in operator ()()2616 if (RReduce && !LReduce) return true; in operator ()()