HomeSort by relevance Sort by last modified time
    Searched refs:ValueHandles (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Value.cpp 61 // Notify all ValueHandles (if present) that this value is going away.
310 // Notify all ValueHandles (if present) that this value is going away.
514 // ValueHandles map already.
515 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
526 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
567 // ValueHandle watching VP. If so, delete its entry from the ValueHandles
570 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
579 assert(V->HasValueHandle && "Should only be called if ValueHandles present");
584 ValueHandleBase *Entry = pImpl->ValueHandles[V];
587 // We use a local ValueHandleBase as an iterator so that ValueHandles can ad
    [all...]
LLVMContextImpl.h 319 /// ValueHandles - This map keeps track of all of the value handles that are
323 ValueHandlesTy ValueHandles;

Completed in 19 milliseconds