Searched defs:LoopInvariantCodeMotion (Results 1 – 2 of 2) 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() function184 ASTrackerMapTy LoopToAliasSetMap;185 unsigned LicmMssaOptCap;186 unsigned LicmMssaNoAccForPromotionCap;
109 struct LoopInvariantCodeMotion { struct113 DenseMap<Loop *, AliasSetTracker *> &getLoopToAliasSetMap() { in getLoopToAliasSetMap()118 DenseMap<Loop *, AliasSetTracker *> LoopToAliasSetMap;