Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp49 static cl::opt<uint32_t> AssumedStackSizeForExternalCall( variable
117 if (!AssumedStackSizeForExternalCall.getNumOccurrences()) in runOnModule()
118 AssumedStackSizeForExternalCall = 0; in runOnModule()
547 static_cast<uint64_t>(AssumedStackSizeForExternalCall)); in analyzeResourceUsage()
554 static_cast<uint64_t>(AssumedStackSizeForExternalCall)); in analyzeResourceUsage()