Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp27 static cl::opt<bool> StressCalls( variable
136 if (!AMDGPUTargetMachine::EnableFunctionCalls || StressCalls) { in alwaysInlineImpl()
138 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in alwaysInlineImpl()
143 if (StressCalls) { in alwaysInlineImpl()