Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp579 auto DoesMatch = Predicate(&*I); in mergeAdjacentPartitionsIf() local
580 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()
583 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()