Home | History | Annotate | Download | only in VMCore

Lines Matching refs:pImpl

503   LLVMContextImpl *pImpl = VP.getPointer()->getContext().pImpl;
508 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
519 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
562 LLVMContextImpl *pImpl = VP.getPointer()->getContext().pImpl;
563 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
576 LLVMContextImpl *pImpl = V->getContext().pImpl;
577 ValueHandleBase *Entry = pImpl->ValueHandles[V];
618 if (pImpl->ValueHandles[V]->getKind() == Assert)
634 LLVMContextImpl *pImpl = Old->getContext().pImpl;
635 ValueHandleBase *Entry = pImpl->ValueHandles[Old];
674 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next)