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