Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAssumptionCache.cpp98 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h212 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache() function