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

/external/llvm/lib/IR/
H A DValue.cpp61 // Notify all ValueHandles (if present) that this value is going away.
346 // Notify all ValueHandles (if present) that this value is going away.
608 // ValueHandles map already.
609 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
620 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
661 // ValueHandle watching VP. If so, delete its entry from the ValueHandles
664 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
673 assert(V->HasValueHandle && "Should only be called if ValueHandles present");
678 ValueHandleBase *Entry = pImpl->ValueHandles[V];
681 // We use a local ValueHandleBase as an iterator so that ValueHandles ca
[all...]
H A DLLVMContextImpl.h328 /// ValueHandles - This map keeps track of all of the value handles that are
332 ValueHandlesTy ValueHandles; member in class:llvm::LLVMContextImpl

Completed in 276 milliseconds