Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAssumptionCache.cpp248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
HDLoopVectorizationLegality.h401 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
HDInstCombiner.h338 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function