Home
last modified time | relevance | path

Searched defs:PassRegistryImpl (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp45 struct PassRegistryImpl { struct
47 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;