Home
last modified time | relevance | path

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

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