Searched refs:shouldUseGPUDivergenceAnalysis (Results 1 – 4 of 4) sorted by relevance
57 bool shouldUseGPUDivergenceAnalysis(const Function &F) const;
56 bool shouldUseGPUDivergenceAnalysis(const Function &F,
309 bool LegacyDivergenceAnalysis::shouldUseGPUDivergenceAnalysis( in shouldUseGPUDivergenceAnalysis() function in LegacyDivergenceAnalysis340 if (shouldUseGPUDivergenceAnalysis(F)) { in runOnFunction()
302 bool LegacyDivergenceAnalysisImpl::shouldUseGPUDivergenceAnalysis( in shouldUseGPUDivergenceAnalysis() function in LegacyDivergenceAnalysisImpl319 if (shouldUseGPUDivergenceAnalysis(F, TTI, LI)) { in run()