Searched refs:UseIndexEnd (Results 1 – 3 of 3) sorted by relevance
5483 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local5484 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()5502 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()
6527 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local6528 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()6546 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()
7906 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local7907 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()7925 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()