Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp111 class LUAnalysisCache { class
149 LUAnalysisCache() : MaxSize(Threshold) {} in LUAnalysisCache() function in __anonf191606d0111::LUAnalysisCache
187 LUAnalysisCache BranchesInfo;
289 bool LUAnalysisCache::countLoop(const Loop *L, const TargetTransformInfo &TTI, in countLoop()
337 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop()
354 void LUAnalysisCache::setUnswitched(const SwitchInst *SI, const Value *V) { in setUnswitched()
359 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched()
363 bool LUAnalysisCache::costAllowsUnswitching() { in costAllowsUnswitching()
370 void LUAnalysisCache::cloneData(const Loop *NewLoop, const Loop *OldLoop, in cloneData()