Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAssumptionCache.cpp227 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h331 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function