Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp529 auto DoesMatch = Predicate(&*I); in mergeAdjacentPartitionsIf() local
530 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()
533 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()