Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h68 bool hasDivergentTerminator(const BlockT &B);
H A DGenericUniformityImpl.h387 bool hasDivergentTerminator(const BlockT &B) const { in hasDivergentTerminator() function
1236 bool divergentTerminators = hasDivergentTerminator(block); in print()
1261 bool GenericUniformityInfo<ContextT>::hasDivergentTerminator(const BlockT &B) { in hasDivergentTerminator() function
1262 return DA->hasDivergentTerminator(B); in hasDivergentTerminator()