Searched refs:PointerTypeMap (Results 1 – 5 of 5) sorted by relevance
54 PointerTypeMap Map = PointerTypeAnalysis::run(*M); in TEST()76 PointerTypeMap Map = PointerTypeAnalysis::run(*M); in TEST()98 PointerTypeMap Map = PointerTypeAnalysis::run(*M); in TEST()120 PointerTypeMap Map = PointerTypeAnalysis::run(*M); in TEST()145 PointerTypeMap Map = PointerTypeAnalysis::run(*M); in TEST()173 PointerTypeMap Map = PointerTypeAnalysis::run(*M); in TEST()
25 using PointerTypeMap = DenseMap<const Value *, Type *>; variable36 PointerTypeMap run(const Module &M);
65 void classifyFunctionType(const Function &F, PointerTypeMap &Map) { in classifyFunctionType()101 PointerTypeMap PointerTypeAnalysis::run(const Module &M) { in run()102 PointerTypeMap Map; in run()
85 PointerTypeMap &PointerTypes, in maybeGenerateBitcast()105 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule()
127 PointerTypeMap PointerMap;