Searched refs:getValPtr (Results 1 – 14 of 14) sorted by relevance
43 : PrevPair(nullptr, Kind), Val(RHS.getValPtr()) { in ValueHandleBase()44 if (isValid(getValPtr())) in ValueHandleBase()60 if (isValid(getValPtr())) in ValueHandleBase()65 if (isValid(getValPtr())) in ~ValueHandleBase()70 if (getValPtr() == RHS)72 if (isValid(getValPtr()))75 if (isValid(getValPtr()))81 if (getValPtr() == RHS.getValPtr())82 return RHS.getValPtr();83 if (isValid(getValPtr()))[all …]
257 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }321 return LHS == RHS.getValPtr();
1038 assert(getValPtr() == Next->getValPtr() && "Added to wrong list?"); in AddToExistingUseList()1053 assert(getValPtr() && "Null pointer doesn't have a use list!"); in AddToUseList()1055 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()1057 if (getValPtr()->HasValueHandle) { in AddToUseList()1060 ValueHandleBase *&Entry = pImpl->ValueHandles[getValPtr()]; in AddToUseList()1074 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList()1077 getValPtr()->HasValueHandle = true; in AddToUseList()1089 assert(I->second && I->first == I->second->getValPtr() && in AddToUseList()1096 assert(getValPtr() && getValPtr()->HasValueHandle && in RemoveFromUseList()1113 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()[all …]
184 AC->AffectedValues.erase(getValPtr()); in deleted()206 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()286 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
17 PV->invalidateValue(getValPtr()); in deleted()23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
207 Value *V = getValPtr(); in deleted()
13391 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()13393 SE->eraseValueFromMap(getValPtr()); in deleted()13403 Value *Old = getValPtr(); in allUsesReplacedWith()
43 return cast<Instruction>(getValPtr()); in getUser()
275 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
580 Value *getValue() const { return getValPtr(); } in getValue()594 Type *getType() const { return getValPtr()->getType(); } in getType()
1094 BFIImpl->forgetBlock(cast<BasicBlock>(getValPtr()));
118 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
1718 Shape.FramePtr = Handle.getValPtr(); in splitAsyncCoroutine()1830 Shape.FramePtr = Handle.getValPtr(); in splitRetconCoroutine()
315 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()319 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()