Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h280 bool isPromoteAllocaEnabled() const { in isPromoteAllocaEnabled() function
H A DAMDGPUPromoteAlloca.cpp306 if (!ST.isPromoteAllocaEnabled()) in run()