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.h216 auto ResF = InstrToFunction.find(Use); in getFunctionDefinitionByUse() local
217 if (ResF == InstrToFunction.end()) in getFunctionDefinitionByUse()
219 auto ResReg = FunctionToInstr.find(ResF->second); in getFunctionDefinitionByUse()