Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp127 SmallDenseMap<PHINode *, unsigned> &IterationsToInvariance) { in calculateIterationsToInvariance()
325 SmallDenseMap<PHINode *, unsigned> IterationsToInvariance; in computePeelCount() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp184 SmallDenseMap<const Value *, PeelCounter> IterationsToInvariance; member in __anon27646a8e0111::PhiAnalyzer