Searched refs:InstrToFunction (Results 1 – 1 of 1) sorted by relevance
48 DenseMap<const MachineOperand *, const Function *> InstrToFunction; variable226 auto ResF = InstrToFunction.find(Use); in getFunctionDefinitionByUse()227 if (ResF == InstrToFunction.end()) in getFunctionDefinitionByUse()254 InstrToFunction[MO] = F; in recordFunctionPointer()264 bool hasConstFunPtr() { return !InstrToFunction.empty(); } in hasConstFunPtr()