Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLegacyDivergenceAnalysis.h57 bool shouldUseGPUDivergenceAnalysis(const Function &F) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLegacyDivergenceAnalysis.h56 bool shouldUseGPUDivergenceAnalysis(const Function &F,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp309 bool LegacyDivergenceAnalysis::shouldUseGPUDivergenceAnalysis( in shouldUseGPUDivergenceAnalysis() function in LegacyDivergenceAnalysis
340 if (shouldUseGPUDivergenceAnalysis(F)) { in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp302 bool LegacyDivergenceAnalysisImpl::shouldUseGPUDivergenceAnalysis( in shouldUseGPUDivergenceAnalysis() function in LegacyDivergenceAnalysisImpl
319 if (shouldUseGPUDivergenceAnalysis(F, TTI, LI)) { in run()