Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp188 struct LoopInvariantCodeMotion { struct
194 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() function
202 unsigned LicmMssaOptCap;
203 unsigned LicmMssaNoAccForPromotionCap;
204 bool LicmAllowSpeculation;
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp109 struct LoopInvariantCodeMotion { struct
113 DenseMap<Loop *, AliasSetTracker *> &getLoopToAliasSetMap() { in getLoopToAliasSetMap()
118 DenseMap<Loop *, AliasSetTracker *> LoopToAliasSetMap;