Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp121 const unsigned MaxAlloca = (256 - 16) * 4; in getUnrollingPreferences() local
202 if (AllocaSize > MaxAlloca) in getUnrollingPreferences()