Home
last modified time | relevance | path

Searched refs:PrevMatch (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp580 InstPartition *PrevMatch = nullptr; in mergeAdjacentPartitionsIf() local
583 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()