Lines Matching refs:UI
642 for (auto UI = I.use_begin(), UE = I.use_end(); UI != UE;) { in rebuildSSA() local
643 Use &U = *UI; in rebuildSSA()
644 ++UI; in rebuildSSA()
766 auto *UI = cast<Instruction>(U); in runOnModule() local
767 SetjmpUsers.insert(UI->getFunction()); in runOnModule()
1268 for (auto UI = SetjmpTable->use_begin(), UE = SetjmpTable->use_end(); in runSjLjOnFunction() local
1269 UI != UE;) { in runSjLjOnFunction()
1271 Use &U = *UI; in runSjLjOnFunction()
1273 ++UI; in runSjLjOnFunction()
1278 for (auto UI = SetjmpTableSize->use_begin(), UE = SetjmpTableSize->use_end(); in runSjLjOnFunction() local
1279 UI != UE;) { in runSjLjOnFunction()
1280 Use &U = *UI; in runSjLjOnFunction()
1281 ++UI; in runSjLjOnFunction()