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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DValue.cpp61 // Notify all ValueHandles (if present) that this value is going away.
309 // Notify all ValueHandles (if present) that this value is going away.
556 // ValueHandles map already.
557 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
568 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
609 // ValueHandle watching VP. If so, delete its entry from the ValueHandles
612 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
621 assert(V->HasValueHandle && "Should only be called if ValueHandles present");
626 ValueHandleBase *Entry = pImpl->ValueHandles[V];
629 // We use a local ValueHandleBase as an iterator so that ValueHandles ca
[all...]
H A DLLVMContextImpl.h319 /// ValueHandles - This map keeps track of all of the value handles that are
323 ValueHandlesTy ValueHandles; member in class:llvm::LLVMContextImpl

Completed in 114 milliseconds