Searched refs:isPrunedValue (Results 1 – 1 of 1) sorted by relevance
1740 bool isPrunedValue(unsigned ValNo, JoinVals &Other);2257 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { in isPrunedValue() function in JoinVals2268 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()2314 if (isPrunedValue(i, Other)) { in pruneValues()