Searched refs:isConstantAddr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp122 bool isConstantAddr(const Value *V) const;
163 if (isGlobalAddr(M) || isLocalAddr(M) || isConstantAddr(M)) {
342 bool AMDGPUPerfHint::isConstantAddr(const Value *V) const { function in class:AMDGPUPerfHint

Completed in 160 milliseconds