Searched refs:ValueHandles (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DValue.cpp57 // Notify all ValueHandles (if present) that this value is going away.
303 // Notify all ValueHandles (if present) that this value is going away.
507 // ValueHandles map already.
508 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
519 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
560 // ValueHandle watching VP. If so, delete its entry from the ValueHandles
563 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
572 assert(V->HasValueHandle && "Should only be called if ValueHandles present");
577 ValueHandleBase *Entry = pImpl->ValueHandles[V];
580 // We use a local ValueHandleBase as an iterator so that ValueHandles ca
[all...]
H A DLLVMContextImpl.h321 /// ValueHandles - This map keeps track of all of the value handles that are
325 ValueHandlesTy ValueHandles; member in class:llvm::LLVMContextImpl

Completed in 769 milliseconds