Searched defs:getAssumptionCache (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | AssumptionCache.cpp | 295 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { getAssumptionCache() function in AssumptionCacheTracker |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ | ||
H A D | LoopVectorizationLegality.h | 398 AssumptionCache *getAssumptionCache() const { return AC; } getAssumptionCache() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ | ||
H A D | InstCombiner.h | 376 AssumptionCache &getAssumptionCache() const { return AC; } getAssumptionCache() function |