Searched defs:LoopInvariantCodeMotion (Results 1 – 1 of 1) sorted by relevance
170 struct LoopInvariantCodeMotion { struct171 using ASTrackerMapTy = DenseMap<Loop *, std::unique_ptr<AliasSetTracker>>;177 ASTrackerMapTy &getLoopToAliasSetMap() { return LoopToAliasSetMap; } in getLoopToAliasSetMap()178 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() argument184 ASTrackerMapTy LoopToAliasSetMap;185 unsigned LicmMssaOptCap;186 unsigned LicmMssaNoAccForPromotionCap;