Searched refs:PointerTypeMap (Results 1 – 4 of 4) sorted by relevance
26 Type *classifyPointerType(const Value *V, PointerTypeMap &Map) { in classifyPointerType()82 Type *classifyFunctionType(const Function &F, PointerTypeMap &Map) { in classifyFunctionType()123 PointerTypeMap &Map) { in classifyConstantWithOpaquePtr()181 PointerTypeMap &Map) { in classifyGlobalCtorPointerType()191 PointerTypeMap PointerTypeAnalysis::run(const Module &M) { in run()192 PointerTypeMap Map; in run()
26 using PointerTypeMap = DenseMap<const Value *, Type *>; variable37 PointerTypeMap run(const Module &M);
147 PointerTypeMap &PointerTypes, in maybeGenerateBitcast()167 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule()
128 PointerTypeMap PointerMap;