Home
last modified time | relevance | path

Searched refs:DoesMatch (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp565 auto DoesMatch = Predicate(&*I); in mergeAdjacentPartitionsIf() local
566 if (PrevMatch == nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()
569 } else if (PrevMatch != nullptr && DoesMatch) { in mergeAdjacentPartitionsIf()