Searched defs:PassRegistryImpl (Results 1 – 1 of 1) sorted by relevance
45 struct PassRegistryImpl { struct47 typedef DenseMap<const void*, const PassInfo*> MapType;48 MapType PassInfoMap;50 typedef StringMap<const PassInfo*> StringMapType;51 StringMapType PassInfoStringMap;54 struct AnalysisGroupInfo {57 DenseMap<const PassInfo*, AnalysisGroupInfo> AnalysisGroupInfoMap;59 std::vector<const PassInfo*> ToFree;60 std::vector<PassRegistrationListener*> Listeners;