Home
last modified time | relevance | path

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

/external/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() function
184 ASTrackerMapTy LoopToAliasSetMap;
185 unsigned LicmMssaOptCap;
186 unsigned LicmMssaNoAccForPromotionCap;
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp109 struct LoopInvariantCodeMotion { struct
113 DenseMap<Loop *, AliasSetTracker *> &getLoopToAliasSetMap() { in getLoopToAliasSetMap()
118 DenseMap<Loop *, AliasSetTracker *> LoopToAliasSetMap;