Searched refs:PrevMatch (Results 1 – 2 of 2) sorted by relevance
527 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf() local530 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()531 PrevMatch = &*I; in mergeAdjacentPartitionsIf()533 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()534 I->moveTo(*PrevMatch); in mergeAdjacentPartitionsIf()537 PrevMatch = nullptr; in mergeAdjacentPartitionsIf()
147 ; PrevMatch : unused