Searched refs:getValPtr (Results 1 – 16 of 16) 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 …]
258 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }322 return LHS == RHS.getValPtr();
1017 assert(getValPtr() == Next->getValPtr() && "Added to wrong list?"); in AddToExistingUseList()1032 assert(getValPtr() && "Null pointer doesn't have a use list!"); in AddToUseList()1034 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()1036 if (getValPtr()->HasValueHandle) { in AddToUseList()1039 ValueHandleBase *&Entry = pImpl->ValueHandles[getValPtr()]; in AddToUseList()1053 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList()1056 getValPtr()->HasValueHandle = true; in AddToUseList()1068 assert(I->second && I->first == I->second->getValPtr() && in AddToUseList()1075 assert(getValPtr() && getValPtr()->HasValueHandle && in RemoveFromUseList()1092 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()[all …]
170 AC->AffectedValues.erase(getValPtr()); in deleted()192 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()266 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
17 PV->invalidateValue(getValPtr()); in deleted()23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
708 AST->deleteValue(getValPtr()); in deleted()713 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
213 Value *V = getValPtr(); in deleted()
12121 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()12123 SE->eraseValueFromMap(getValPtr()); in deleted()12133 Value *Old = getValPtr(); in allUsesReplacedWith()
38 auto *Val = getValPtr(); in removeSelfFromCache()
46 return cast<Instruction>(getValPtr()); in getUser()
283 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
543 Value *getValue() const { return getValPtr(); } in getValue()557 Type *getType() const { return getValPtr()->getType(); } in getType()
1055 BFIImpl->forgetBlock(cast<BasicBlock>(getValPtr()));
189 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()193 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()
115 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
1565 Shape.FramePtr = Handle.getValPtr(); in splitAsyncCoroutine()1662 Shape.FramePtr = Handle.getValPtr(); in splitRetconCoroutine()