Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp258 void swapAndDropUse(size_t LUIdx, size_t LastLUIdx);
298 RegUseTracker::swapAndDropUse(size_t LUIdx, size_t LastLUIdx) { in swapAndDropUse() function in RegUseTracker
2643 RegUses.swapAndDropUse(LUIdx, Uses.size()); in DeleteUse()