Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueHandle.h43 : 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 …]
H A DValueMap.h258 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
322 return LHS == RHS.getValPtr();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp1017 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumptionCache.cpp170 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()
H A DPhiValues.cpp17 PV->invalidateValue(getValPtr()); in deleted()
23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
H A DAliasSetTracker.cpp708 AST->deleteValue(getValPtr()); in deleted()
713 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
H A DGlobalsModRef.cpp213 Value *V = getValPtr(); in deleted()
H A DScalarEvolution.cpp12121 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()
12123 SE->eraseValueFromMap(getValPtr()); in deleted()
12133 Value *Old = getValPtr(); in allUsesReplacedWith()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h38 auto *Val = getValPtr(); in removeSelfFromCache()
H A DIVUsers.h46 return cast<Instruction>(getValPtr()); in getUser()
H A DBranchProbabilityInfo.h283 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
H A DScalarEvolutionExpressions.h543 Value *getValue() const { return getValPtr(); } in getValue()
557 Type *getType() const { return getValPtr()->getType(); } in getType()
H A DBlockFrequencyInfoImpl.h1055 BFIImpl->forgetBlock(cast<BasicBlock>(getValPtr()));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp189 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()
193 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h115 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1565 Shape.FramePtr = Handle.getValPtr(); in splitAsyncCoroutine()
1662 Shape.FramePtr = Handle.getValPtr(); in splitRetconCoroutine()