Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6200 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local
6201 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()
6219 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()