Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp49 static cl::opt<uint32_t> clAssumedStackSizeForExternalCall( variable
115 uint32_t AssumedStackSizeForExternalCall = clAssumedStackSizeForExternalCall; in runOnModule()
120 if (clAssumedStackSizeForExternalCall.getNumOccurrences() == 0) in runOnModule()