Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAssumptionCache.h234 AssumptionCache *lookupAssumptionCache(Function &F);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp125 return ACT->lookupAssumptionCache(F); in runOnModule()
H A DHotColdSplitting.cpp735 return ACT->lookupAssumptionCache(F); in runOnModule()
H A DPartialInlining.cpp374 return ACT->lookupAssumptionCache(F); in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAssumptionCache.cpp312 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() function in AssumptionCacheTracker