Lines Matching defs:UI
818 auto UI = Placeholder->user_begin();
819 User *U = *UI;
824 UI.getUse().set(RealVal);
4334 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
4335 UI != UE;) {
4336 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
4408 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
4409 UI != UE;) {
4410 if (CallInst* CI = dyn_cast<CallInst>(*UI++))