Searched refs:UseIndex (Results 1 – 3 of 3) sorted by relevance
297 unsigned UseIndex = in captured() local300 assert(UseIndex < CS.data_operands_size() && in captured()303 if (UseIndex >= CS.getNumArgOperands()) { in captured()315 if (UseIndex >= F->arg_size()) { in captured()321 Uses.push_back(&*std::next(F->arg_begin(), UseIndex)); in captured()427 unsigned UseIndex = std::distance(CS.arg_begin(), U); in determinePointerReadAttrs() local433 assert(UseIndex < CS.data_operands_size() && in determinePointerReadAttrs()436 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands(); in determinePointerReadAttrs()438 if (UseIndex >= F->arg_size() && !IsOperandBundleUse) { in determinePointerReadAttrs()443 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()[all …]
5483 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local5484 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()5487 SDNode *User = Uses[UseIndex].User; in ReplaceAllUsesOfValuesWith()5497 unsigned i = Uses[UseIndex].Index; in ReplaceAllUsesOfValuesWith()5498 SDUse &Use = *Uses[UseIndex].Use; in ReplaceAllUsesOfValuesWith()5499 ++UseIndex; 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()6531 SDNode *User = Uses[UseIndex].User; in ReplaceAllUsesOfValuesWith()6541 unsigned i = Uses[UseIndex].Index; in ReplaceAllUsesOfValuesWith()6542 SDUse &Use = *Uses[UseIndex].Use; in ReplaceAllUsesOfValuesWith()6543 ++UseIndex; in ReplaceAllUsesOfValuesWith()6546 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()