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