Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp273 void swapAndDropUse(size_t LUIdx, size_t LastLUIdx);
313 RegUseTracker::swapAndDropUse(size_t LUIdx, size_t LastLUIdx) { in swapAndDropUse() function in RegUseTracker
2654 RegUses.swapAndDropUse(LUIdx, Uses.size()); in DeleteUse()