Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp144 void SwapAndDropUse(size_t LUIdx, size_t LastLUIdx);
183 RegUseTracker::SwapAndDropUse(size_t LUIdx, size_t LastLUIdx) { in SwapAndDropUse() argument
184 assert(LUIdx <= LastLUIdx); in SwapAndDropUse()
193 LastLUIdx < UsedByIndices.size() ? UsedByIndices[LastLUIdx] : 0; in SwapAndDropUse()
194 UsedByIndices.resize(std::min(UsedByIndices.size(), LastLUIdx)); in SwapAndDropUse()