Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h50 DenseMap<const MachineOperand *, const Function *> InstrToFunction; variable
216 auto ResF = InstrToFunction.find(Use); in getFunctionDefinitionByUse()
217 if (ResF == InstrToFunction.end()) in getFunctionDefinitionByUse()
244 InstrToFunction[MO] = F; in recordFunctionPointer()
254 bool hasConstFunPtr() { return !InstrToFunction.empty(); } in hasConstFunPtr()