Searched refs:getValPtr (Results 1 – 14 of 14) sorted by relevance
44 : PrevPair(nullptr, Kind), Val(RHS.getValPtr()) { in ValueHandleBase()45 if (isValid(getValPtr())) in ValueHandleBase()61 if (isValid(getValPtr())) in ValueHandleBase()66 if (isValid(getValPtr())) in ~ValueHandleBase()71 if (getValPtr() == RHS)73 if (isValid(getValPtr()))76 if (isValid(getValPtr()))82 if (getValPtr() == RHS.getValPtr())83 return RHS.getValPtr();84 if (isValid(getValPtr()))[all …]
262 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }326 return LHS == RHS.getValPtr();
1147 assert(getValPtr() == Next->getValPtr() && "Added to wrong list?"); in AddToExistingUseList()1162 assert(getValPtr() && "Null pointer doesn't have a use list!"); in AddToUseList()1164 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()1166 if (getValPtr()->HasValueHandle) { in AddToUseList()1169 ValueHandleBase *&Entry = pImpl->ValueHandles[getValPtr()]; in AddToUseList()1183 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList()1186 getValPtr()->HasValueHandle = true; in AddToUseList()1198 assert(I->second && I->first == I->second->getValPtr() && in AddToUseList()1205 assert(getValPtr() && getValPtr()->HasValueHandle && in RemoveFromUseList()1222 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()[all …]
138 AC->AffectedValues.erase(getValPtr()); in deleted()160 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()240 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()
13630 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()13632 SE->eraseValueFromMap(getValPtr()); in deleted()13642 SE->forgetValue(getValPtr()); in allUsesReplacedWith()
44 return cast<Instruction>(getValPtr()); in getUser()
287 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
601 Value *getValue() const { return getValPtr(); } in getValue()603 Type *getType() const { return getValPtr()->getType(); } in getType()
1080 BFIImpl->forgetBlock(cast<BasicBlock>(getValPtr()));
156 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
1740 Shape.FramePtr = Handle.getValPtr(); in splitCoroutine()1849 Shape.FramePtr = Handle.getValPtr(); in splitCoroutine()
352 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()356 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()