Searched refs:InstrToFunction (Results 1 – 1 of 1) sorted by relevance
50 DenseMap<const MachineOperand *, const Function *> InstrToFunction; variable216 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()