Searched refs:SufficientLDS (Results 1 – 1 of 1) sorted by relevance
123 bool handleAlloca(AllocaInst &I, bool SufficientLDS);164 bool SufficientLDS = hasSufficientLocalMem(F); in runOnFunction() local175 if (handleAlloca(*AI, SufficientLDS)) in runOnFunction()719 bool AMDGPUPromoteAlloca::handleAlloca(AllocaInst &I, bool SufficientLDS) { in handleAlloca() argument756 if (!SufficientLDS) in handleAlloca()