Searched refs:LoopProperties (Results 1 – 3 of 3) sorted by relevance
108 struct LoopProperties { struct in __anon3ab403ad0111::LUAnalysisCache117 using LoopPropsMap = std::map<const Loop *, LoopProperties>;122 LoopProperties *CurrentLoopProperties = nullptr;280 LoopsProperties.insert(std::make_pair(L, LoopProperties())); in countLoop()282 LoopProperties &Props = PropsIt->second; in countLoop()328 LoopProperties &Props = LIt->second; in forgetLoop()359 LoopProperties &NewLoopProps = LoopsProperties[NewLoop]; in cloneData()360 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()
1381 struct LoopProperties {1395 DenseMap<const Loop *, LoopProperties> LoopPropertiesCache;1398 LoopProperties getLoopProperties(const Loop *L);
6141 ScalarEvolution::LoopProperties6143 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef6154 LoopProperties LP = {/* HasNoAbnormalExits */ true, in getLoopProperties()