Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp103 class LUAnalysisCache { class
141 LUAnalysisCache() : MaxSize(Threshold) {} in LUAnalysisCache() function in __anon33c827c70111::LUAnalysisCache
179 LUAnalysisCache BranchesInfo;
275 bool LUAnalysisCache::countLoop(const Loop *L, const TargetTransformInfo &TTI, in countLoop()
324 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop()
341 void LUAnalysisCache::setUnswitched(const SwitchInst *SI, const Value *V) { in setUnswitched()
346 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched()
350 bool LUAnalysisCache::CostAllowsUnswitching() { in CostAllowsUnswitching()
357 void LUAnalysisCache::cloneData(const Loop *NewLoop, const Loop *OldLoop, in cloneData()