Searched refs:getOrCreateImpl (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1740 LazyValueInfoImpl &LazyValueInfo::getOrCreateImpl(const Module *M) { in getOrCreateImpl() function in LazyValueInfo 1804 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1820 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange() 1828 getOrCreateImpl(Inst->getModule()).getValueAtUse(U); in getConstantRangeAtUse() 1839 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1857 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1910 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1933 auto &Impl = getOrCreateImpl(M); in getPredicateAt() 2037 getOrCreateImpl(M).getValueInBlock(LHS, CxtI->getParent(), CxtI); in getPredicateAt() 2042 getOrCreateImpl(M).getValueInBlock(RHS, CxtI->getParent(), CxtI); in getPredicateAt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 41 LazyValueInfoImpl &getOrCreateImpl(const Module *M);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TrieRawHashMap.cpp | 212 ThreadSafeTrieRawHashMapBase::getOrCreateImpl() { in getOrCreateImpl() function in ThreadSafeTrieRawHashMapBase 265 ImplType &Impl = getOrCreateImpl(); in insert()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | TrieRawHashMap.h | 180 ImplType &getOrCreateImpl();
|