Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp246 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h334 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h464 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache() function