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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp77 struct LoopProperties { struct in class:__anon10403::LUAnalysisCache
84 // LoopProperties pointer for current loop for better performance.
85 typedef std::map<const Loop*, LoopProperties> LoopPropsMap;
90 LoopProperties* CurrentLoopProperties;
227 LoopsProperties.insert(std::make_pair(L, LoopProperties()));
229 LoopProperties& Props = InsertRes.first->second;
274 LoopProperties& Props = LIt->second;
301 LoopProperties& NewLoopProps = LoopsProperties[NewLoop];
302 LoopProperties& OldLoopProps = *CurrentLoopProperties;

Completed in 59 milliseconds