Searched defs:LoopInvariantCodeMotion (Results 1 – 3 of 3) 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;
188 struct LoopInvariantCodeMotion { struct194 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() function202 unsigned LicmMssaOptCap;203 unsigned LicmMssaNoAccForPromotionCap;204 bool LicmAllowSpeculation;
109 struct LoopInvariantCodeMotion { struct113 DenseMap<Loop *, AliasSetTracker *> &getLoopToAliasSetMap() { in getLoopToAliasSetMap()118 DenseMap<Loop *, AliasSetTracker *> LoopToAliasSetMap;