Searched refs:DoesMatch (Results 1 – 2 of 2) sorted by relevance
529 auto DoesMatch = Predicate(&*I); in mergeAdjacentPartitionsIf() local530 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()533 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()
565 auto DoesMatch = Predicate(&*I); in mergeAdjacentPartitionsIf() local566 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()569 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()