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