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.
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 can ad
    [all...]
LLVMContextImpl.h 328 /// ValueHandles - This map keeps track of all of the value handles that are
332 ValueHandlesTy ValueHandles;

Completed in 70 milliseconds