Home
last modified time | relevance | path

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

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