Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp127 SmallDenseMap<PHINode *, unsigned> &IterationsToInvariance) { in calculateIterationsToInvariance() argument
132 auto I = IterationsToInvariance.find(Phi); in calculateIterationsToInvariance()
133 if (I != IterationsToInvariance.end()) in calculateIterationsToInvariance()
140 IterationsToInvariance[Phi] = InfiniteIterationsToInvariance; in calculateIterationsToInvariance()
152 IncPhi, L, BackEdge, IterationsToInvariance); in calculateIterationsToInvariance()
159 IterationsToInvariance[Phi] = ToInvariance; in calculateIterationsToInvariance()
325 SmallDenseMap<PHINode *, unsigned> IterationsToInvariance; in computePeelCount() local
336 Phi, L, BackEdge, IterationsToInvariance); in computePeelCount()