Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h232 AssumptionCache *lookupAssumptionCache(Function &F);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp130 return ACT->lookupAssumptionCache(F); in runOnModule()
H A DHotColdSplitting.cpp747 return ACT->lookupAssumptionCache(F); in runOnModule()
H A DPartialInlining.cpp377 return ACT->lookupAssumptionCache(F); in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() function in AssumptionCacheTracker