Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp108 struct LoopProperties { struct in __anon33c827c70111::LUAnalysisCache
109 unsigned CanBeUnswitchedCount;
110 unsigned WasUnswitchedCount;
111 unsigned SizeEstimation;
112 UnswitchedValsMap UnswitchedVals;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6089 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef