Searched refs:PrevMatch (Results 1 – 1 of 1) sorted by relevance
573 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf() local576 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()577 PrevMatch = &*I; in mergeAdjacentPartitionsIf()579 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()580 I->moveTo(*PrevMatch); in mergeAdjacentPartitionsIf()583 PrevMatch = nullptr; in mergeAdjacentPartitionsIf()