Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5483 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local
5484 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()
5502 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6527 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local
6528 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()
6546 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7906 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local
7907 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()
7925 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()