Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h43 static bool EnableFunctionCalls; variable
H A DAMDGPUAlwaysInlinePass.cpp129 if (!AMDGPUTargetMachine::EnableFunctionCalls || StressCalls) { in runOnModule()
H A DAMDGPUTargetMachine.cpp129 cl::location(AMDGPUTargetMachine::EnableFunctionCalls),
335 bool AMDGPUTargetMachine::EnableFunctionCalls = false; member in AMDGPUTargetMachine