Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/IR/
HDPassRegistry.cpp46 struct PassRegistryImpl { struct
48 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;