Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAssumptionCache.cpp292 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h369 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function