Searched refs:getOrCreateImpl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1662 LazyValueInfoImpl &LazyValueInfo::getOrCreateImpl(const Module *M) { in getOrCreateImpl() function in LazyValueInfo 1730 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1746 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange() 1754 getOrCreateImpl(Inst->getModule()).getValueAtUse(U); in getConstantRangeAtUse() 1765 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1783 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1836 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1859 auto &Impl = getOrCreateImpl(M); in getPredicateAt() 1963 getOrCreateImpl(M).getValueInBlock(LHS, CxtI->getParent(), CxtI); in getPredicateAt() 1968 getOrCreateImpl(M).getValueInBlock(RHS, CxtI->getParent(), CxtI); in getPredicateAt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyValueInfo.h | 43 LazyValueInfoImpl &getOrCreateImpl(const Module *M);
|