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