Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DGenericUniformityInfo.h57 bool hasDivergence() const;
DGenericUniformityImpl.h369 bool hasDivergence() const { return !DivergentValues.empty(); } in hasDivergence() function
1250 bool GenericUniformityInfo<ContextT>::hasDivergence() const { in hasDivergence() function
1251 return DA->hasDivergence(); in hasDivergence()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DDivergenceAnalysis.h159 bool hasDivergence() const { in hasDivergence() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDivergenceAnalysis.cpp395 if (DI.hasDivergence()) { in run()
DLegacyDivergenceAnalysis.cpp348 if ((!gpuDA || !gpuDA->hasDivergence()) && DivergentValues.empty()) in print()