Searched refs:PrevMatch (Results 1 – 5 of 5) sorted by relevance
581 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf() local584 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()585 PrevMatch = &*I; in mergeAdjacentPartitionsIf()587 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()588 I->moveTo(*PrevMatch); in mergeAdjacentPartitionsIf()591 PrevMatch = nullptr; in mergeAdjacentPartitionsIf()
147 ; PrevMatch : unused