Searched defs:LoopProperties (Results 1 – 3 of 3) sorted by relevance
102 struct LoopProperties { struct in __anon9d490c700111::LUAnalysisCache103 unsigned CanBeUnswitchedCount;104 unsigned WasUnswitchedCount;105 unsigned SizeEstimation;106 UnswitchedValsMap UnswitchedVals;
108 struct LoopProperties { struct in __anoneedae8120111::LUAnalysisCache109 unsigned CanBeUnswitchedCount;110 unsigned WasUnswitchedCount;111 unsigned SizeEstimation;112 UnswitchedValsMap UnswitchedVals;
6143 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef