Home
last modified time | relevance | path

Searched refs:lookupAssumptionCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAssumptionCache.h236 AssumptionCache *lookupAssumptionCache(Function &F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDLoopExtractor.cpp125 return ACT->lookupAssumptionCache(F); in runOnModule()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAssumptionCache.cpp268 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() function in AssumptionCacheTracker