Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp93 class LUAnalysisCache { class
133 LUAnalysisCache() in LUAnalysisCache() function in __anon1bf9f3440111::LUAnalysisCache
173 LUAnalysisCache BranchesInfo;
267 bool LUAnalysisCache::countLoop(const Loop *L, const TargetTransformInfo &TTI, in countLoop()
317 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop()
335 void LUAnalysisCache::setUnswitched(const SwitchInst *SI, const Value *V) { in setUnswitched()
340 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched()
344 bool LUAnalysisCache::CostAllowsUnswitching() { in CostAllowsUnswitching()
351 void LUAnalysisCache::cloneData(const Loop *NewLoop, const Loop *OldLoop, in cloneData()