Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp108 struct LoopProperties { struct in __anon700903ce0111::LUAnalysisCache
109 unsigned CanBeUnswitchedCount;
110 unsigned WasUnswitchedCount;
111 unsigned SizeEstimation;
112 UnswitchedValsMap UnswitchedVals;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6143 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef