Home
last modified time | relevance | path

Searched refs:getValPtr (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h44 : 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 …]
H A DValueMap.h262 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
326 return LHS == RHS.getValPtr();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1147 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp138 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()
H A DPhiValues.cpp17 PV->invalidateValue(getValPtr()); in deleted()
23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
H A DGlobalsModRef.cpp207 Value *V = getValPtr(); in deleted()
H A DScalarEvolution.cpp13630 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()
13632 SE->eraseValueFromMap(getValPtr()); in deleted()
13642 SE->forgetValue(getValPtr()); in allUsesReplacedWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h44 return cast<Instruction>(getValPtr()); in getUser()
H A DBranchProbabilityInfo.h287 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
H A DScalarEvolutionExpressions.h601 Value *getValue() const { return getValPtr(); } in getValue()
603 Type *getType() const { return getValPtr()->getType(); } in getType()
H A DBlockFrequencyInfoImpl.h1080 BFIImpl->forgetBlock(cast<BasicBlock>(getValPtr()));
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h156 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1740 Shape.FramePtr = Handle.getValPtr(); in splitCoroutine()
1849 Shape.FramePtr = Handle.getValPtr(); in splitCoroutine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp352 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()
356 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()