Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp102 struct LoopProperties { struct in __anonbcfadd0d0111::LUAnalysisCache
103 unsigned CanBeUnswitchedCount;
104 unsigned WasUnswitchedCount;
105 unsigned SizeEstimation;
106 UnswitchedValsMap UnswitchedVals;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp105 struct LoopProperties { struct in __anon2e9142650111::LUAnalysisCache
106 unsigned CanBeUnswitchedCount;
107 unsigned WasUnswitchedCount;
108 unsigned SizeEstimation;
109 UnswitchedValsMap UnswitchedVals;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6084 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef