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();
1119 assert(getValPtr() == Next->getValPtr() && "Added to wrong list?"); in AddToExistingUseList()1134 assert(getValPtr() && "Null pointer doesn't have a use list!"); in AddToUseList()1136 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()1138 if (getValPtr()->HasValueHandle) { in AddToUseList()1141 ValueHandleBase *&Entry = pImpl->ValueHandles[getValPtr()]; in AddToUseList()1155 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList()1158 getValPtr()->HasValueHandle = true; in AddToUseList()1170 assert(I->second && I->first == I->second->getValPtr() && in AddToUseList()1177 assert(getValPtr() && getValPtr()->HasValueHandle && in RemoveFromUseList()1194 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()[all …]
140 AC->AffectedValues.erase(getValPtr()); in deleted()162 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()242 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()
13489 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()13491 SE->eraseValueFromMap(getValPtr()); in deleted()13501 SE->forgetValue(getValPtr()); in allUsesReplacedWith()
44 return cast<Instruction>(getValPtr()); in getUser()
285 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
597 Value *getValue() const { return getValPtr(); } in getValue()599 Type *getType() const { return getValPtr()->getType(); } in getType()
1086 BFIImpl->forgetBlock(cast<BasicBlock>(getValPtr()));
141 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
1706 Shape.FramePtr = Handle.getValPtr(); in splitAsyncCoroutine()1813 Shape.FramePtr = Handle.getValPtr(); in splitRetconCoroutine()
327 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()331 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()