Home
last modified time | relevance | path

Searched defs:forgetValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp493 void forgetValue(Value *V) { TheCache.eraseValue(V); } in forgetValue() function in llvm::LazyValueInfoImpl
2004 void LazyValueInfo::forgetValue(Value *V) { in forgetValue() function in LazyValueInfo
H A DScalarEvolution.cpp8458 void ScalarEvolution::forgetValue(Value *V) { in forgetValue() function in ScalarEvolution