Home
last modified time | relevance | path

Searched refs:LoopProperties (Results 1 – 3 of 3) 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 __anon3ab403ad0111::LUAnalysisCache
117 using LoopPropsMap = std::map<const Loop *, LoopProperties>;
122 LoopProperties *CurrentLoopProperties = nullptr;
280 LoopsProperties.insert(std::make_pair(L, LoopProperties())); in countLoop()
282 LoopProperties &Props = PropsIt->second; in countLoop()
328 LoopProperties &Props = LIt->second; in forgetLoop()
359 LoopProperties &NewLoopProps = LoopsProperties[NewLoop]; in cloneData()
360 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1381 struct LoopProperties {
1395 DenseMap<const Loop *, LoopProperties> LoopPropertiesCache;
1398 LoopProperties getLoopProperties(const Loop *L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6141 ScalarEvolution::LoopProperties
6143 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef
6154 LoopProperties LP = {/* HasNoAbnormalExits */ true, in getLoopProperties()