Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp21 bool llvm::GenericUniformityAnalysisImpl<SSAContext>::hasDivergentDefs( in hasDivergentDefs() function in llvm::GenericUniformityAnalysisImpl
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp22 bool llvm::GenericUniformityAnalysisImpl<MachineSSAContext>::hasDivergentDefs( in hasDivergentDefs() function in llvm::GenericUniformityAnalysisImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h385 bool hasDivergentDefs(const InstructionT &I) const;
391 return hasDivergentDefs(I); in isDivergent()