Searched refs:ValueHandleBase (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
H A DValueHandle.h22 class ValueHandleBase;
24 // ValueHandleBase** is only 4-byte aligned.
26 class PointerLikeTypeTraits<ValueHandleBase**> {
28 static inline void *getAsVoidPointer(ValueHandleBase** P) { return P; }
29 static inline ValueHandleBase **getFromVoidPointer(void *P) {
30 return static_cast<ValueHandleBase**>(P);
35 /// ValueHandleBase - This is the common base class of value handles.
40 class ValueHandleBase { class in namespace:llvm
54 PointerIntPair<ValueHandleBase**, 2, HandleBaseKind> PrevPair;
55 ValueHandleBase *Nex
65 explicit ValueHandleBase(HandleBaseKind Kind) function in class:llvm::ValueHandleBase
67 ValueHandleBase(HandleBaseKind Kind, Value *V) function in class:llvm::ValueHandleBase
72 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) function in class:llvm::ValueHandleBase
[all...]
/external/llvm/lib/VMCore/
H A DValue.cpp59 ValueHandleBase::ValueIsDeleted(this);
305 ValueHandleBase::ValueIsRAUWd(this, New);
471 // ValueHandleBase Class
476 void ValueHandleBase::AddToExistingUseList(ValueHandleBase **List) {
489 void ValueHandleBase::AddToExistingUseListAfter(ValueHandleBase *List) {
500 void ValueHandleBase::AddToUseList() {
508 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
519 DenseMap<Value*, ValueHandleBase*>
[all...]
H A DLLVMContextImpl.h324 typedef DenseMap<Value*, ValueHandleBase*> ValueHandlesTy;
/external/llvm/include/llvm/
H A DValue.h36 class ValueHandleBase;
80 friend class ValueHandleBase;
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp220 ValueHandleBase::ValueIsRAUWd(OldVal, V);
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp44 ValueHandleBase::operator=(BB);

Completed in 87 milliseconds