Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Users

1092     // Add users which are new instructions (excluding self references)
1093 for (User *U : BaseI->users())
1606 // WARNING: Does not do any fixup to adjust users of the original live
1771 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues);
1776 insertRelocationStores(Info.UnwindToken->users(), AllocaMap,
1834 for (User *U : Def->users()) {
2023 // Capture all users before we start mutating use lists
2024 SmallVector<Instruction *, 16> Users;
2025 for (User *U : V->users())
2026 Users.push_back(cast<Instruction>(U));
2028 for (Instruction *I : Users) {