Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp106 SmallDenseMap<PHINode *, unsigned> &IterationsToInvariance) { in calculateIterationsToInvariance() argument
111 auto I = IterationsToInvariance.find(Phi); in calculateIterationsToInvariance()
112 if (I != IterationsToInvariance.end()) in calculateIterationsToInvariance()
119 IterationsToInvariance[Phi] = InfiniteIterationsToInvariance; in calculateIterationsToInvariance()
131 IncPhi, L, BackEdge, IterationsToInvariance); in calculateIterationsToInvariance()
138 IterationsToInvariance[Phi] = ToInvariance; in calculateIterationsToInvariance()
274 SmallDenseMap<PHINode *, unsigned> IterationsToInvariance; in computePeelCount() local
285 Phi, L, BackEdge, IterationsToInvariance); in computePeelCount()