Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp124 Function *cloneWithProperties(Function &F, const FnProperties &NewProps);
283 NewF = cloneWithProperties(F, NewProps); in process()
313 AMDGPUPropagateAttributes::cloneWithProperties(Function &F, in cloneWithProperties() function in AMDGPUPropagateAttributes