Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp128 Function *cloneWithProperties(Function &F, const FnProperties &NewProps);
287 NewF = cloneWithProperties(F, NewProps); in process()
317 AMDGPUPropagateAttributes::cloneWithProperties(Function &F, in cloneWithProperties() function in AMDGPUPropagateAttributes