Searched defs:PassRegistryImpl (Results 1 – 1 of 1) sorted by relevance
46 struct PassRegistryImpl { struct48 typedef DenseMap<const void*, const PassInfo*> MapType;49 MapType PassInfoMap;51 typedef StringMap<const PassInfo*> StringMapType;52 StringMapType PassInfoStringMap;55 struct AnalysisGroupInfo {58 DenseMap<const PassInfo*, AnalysisGroupInfo> AnalysisGroupInfoMap;60 std::vector<const PassInfo*> ToFree;61 std::vector<PassRegistrationListener*> Listeners;