Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DPassRegistry.cpp44 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()
[all …]