Searched refs:getOrCreateImpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1653 LazyValueInfoImpl &LazyValueInfo::getOrCreateImpl(const Module *M) { in getOrCreateImpl() function in LazyValueInfo 1721 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1738 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange() 1746 getOrCreateImpl(Inst->getModule()).getValueAtUse(U); in getConstantRangeAtUse() 1757 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1775 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1851 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1873 auto &Impl = getOrCreateImpl(M); in getPredicateAt() 1980 getOrCreateImpl(M).getValueInBlock(LHS, CxtI->getParent(), CxtI); in getPredicateAt() 1985 getOrCreateImpl(M).getValueInBlock(RHS, CxtI->getParent(), CxtI); in getPredicateAt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 40 LazyValueInfoImpl &getOrCreateImpl(const Module *M);
|