Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp170 struct LoopInvariantCodeMotion { struct
171 using ASTrackerMapTy = DenseMap<Loop *, std::unique_ptr<AliasSetTracker>>;
177 ASTrackerMapTy &getLoopToAliasSetMap() { return LoopToAliasSetMap; } in getLoopToAliasSetMap()
178 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() argument
184 ASTrackerMapTy LoopToAliasSetMap;
185 unsigned LicmMssaOptCap;
186 unsigned LicmMssaNoAccForPromotionCap;