Lines Matching refs:PassRegistryImpl
44 struct PassRegistryImpl { struct
65 pImpl = new PassRegistryImpl(); in getImpl()
75 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl); in ~PassRegistry()
87 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo()
88 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI); in getPassInfo()
94 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo()
95 PassRegistryImpl::StringMapType::const_iterator in getPassInfo()
106 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerPass()
123 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in unregisterPass()
124 PassRegistryImpl::MapType::iterator I = in unregisterPass()
135 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in enumerateWith()
136 for (PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.begin(), in enumerateWith()
168 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup()
169 PassRegistryImpl::AnalysisGroupInfo &AGI = in registerAnalysisGroup()
183 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup()
189 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in addRegistrationListener()
202 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in removeRegistrationListener()