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