HomeSort by relevance Sort by last modified time
    Searched refs:UsedByIndices (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 99 /// UsedByIndices - This represents the set of LSRUse indices which reference
101 SmallBitVector UsedByIndices;
112 OS << "[NumUses=" << UsedByIndices.count() << ']';
157 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
158 RSD.UsedByIndices.set(LUIdx);
166 assert(RSD.UsedByIndices.size() > LUIdx);
167 RSD.UsedByIndices.reset(LUIdx);
178 SmallBitVector &UsedByIndices = I->second.UsedByIndices;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 136 SmallBitVector UsedByIndices;
145 OS << "[NumUses=" << UsedByIndices.count() << ']';
190 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
191 RSD.UsedByIndices.set(LUIdx);
199 assert(RSD.UsedByIndices.size() > LUIdx);
200 RSD.UsedByIndices.reset(LUIdx);
210 SmallBitVector &UsedByIndices = Pair.second.UsedByIndices;
211 if (LUIdx < UsedByIndices.size()
    [all...]

Completed in 68 milliseconds