Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp575 auto DoesMatch = Predicate(&*I); in mergeAdjacentPartitionsIf() local
576 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()
579 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()