Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h226 auto ResF = InstrToFunction.find(Use); in getFunctionDefinitionByUse() local
227 if (ResF == InstrToFunction.end()) in getFunctionDefinitionByUse()
229 auto ResReg = FunctionToInstr.find(ResF->second); in getFunctionDefinitionByUse()