Lines Matching refs:UI
604 for (auto UI = I.use_begin(), UE = I.use_end(); UI != UE;) { in rebuildSSA() local
605 Use &U = *UI; in rebuildSSA()
606 ++UI; in rebuildSSA()
714 auto *UI = cast<Instruction>(U); in runOnModule() local
715 SetjmpUsers.insert(UI->getFunction()); in runOnModule()
1074 for (auto UI = SetjmpTable->use_begin(), UE = SetjmpTable->use_end(); in runSjLjOnFunction() local
1075 UI != UE;) { in runSjLjOnFunction()
1077 Use &U = *UI; in runSjLjOnFunction()
1079 ++UI; in runSjLjOnFunction()
1084 for (auto UI = SetjmpTableSize->use_begin(), UE = SetjmpTableSize->use_end(); in runSjLjOnFunction() local
1085 UI != UE;) { in runSjLjOnFunction()
1086 Use &U = *UI; in runSjLjOnFunction()
1087 ++UI; in runSjLjOnFunction()