Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp123 Function *findFunction(const FnProperties &PropsNeeded,
203 AMDGPUPropagateAttributes::findFunction(const FnProperties &PropsNeeded, in findFunction() argument
207 if (C.OrigF == OrigF && PropsNeeded == C.Properties) in findFunction()