Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp100 struct LoopProperties { struct in __anon1bf9f3440111::LUAnalysisCache
109 typedef std::map<const Loop*, LoopProperties> LoopPropsMap;
114 LoopProperties *CurrentLoopProperties;
273 LoopsProperties.insert(std::make_pair(L, LoopProperties())); in countLoop()
275 LoopProperties &Props = PropsIt->second; in countLoop()
322 LoopProperties &Props = LIt->second; in forgetLoop()
354 LoopProperties &NewLoopProps = LoopsProperties[NewLoop]; in cloneData()
355 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()