Lines Matching refs:UI
153 for (auto UI = F->user_begin(), UE = F->user_end(); UI != UE;) { in eraseUselessFunctions() local
154 auto U = *UI++; in eraseUselessFunctions()
173 for (auto UI = F->user_begin(), UE = F->user_end(); UI != UE;) { in lowerGetBlockInvoke() local
174 auto CI = dyn_cast<CallInst>(*UI++); in lowerGetBlockInvoke()
184 for (auto UI = F->user_begin(), UE = F->user_end(); UI != UE;) { in lowerGetBlockContext() local
185 auto CI = dyn_cast<CallInst>(*UI++); in lowerGetBlockContext()
257 for (auto UI = CallGetBlkInvoke->user_begin(), in lowerGetBlockInvoke() local
259 UI != UE;) { in lowerGetBlockInvoke()
261 auto CallInv = cast<Instruction>(*UI++); in lowerGetBlockInvoke()
327 for (auto UI = F->user_begin(), UE = F->user_end(); UI != UE;) { in lowerReturnBlock() local
328 auto U = *UI++; in lowerReturnBlock()