Searched refs:PrevMatch (Results 1 – 1 of 1) sorted by relevance
580 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf() local583 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()584 PrevMatch = &*I; in mergeAdjacentPartitionsIf()586 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()587 I->moveTo(*PrevMatch); in mergeAdjacentPartitionsIf()590 PrevMatch = nullptr; in mergeAdjacentPartitionsIf()