Home | History | Annotate | Download | only in Scalar

Lines Matching defs:UI

988       Instruction *UI = dyn_cast<Instruction>(U);
989 if (!UI || !L->contains(UI))
991 Worklist.push_back(UI);
994 for (std::vector<Instruction*>::iterator UI = Worklist.begin(),
995 UE = Worklist.end(); UI != UE; ++UI)
996 (*UI)->replaceUsesOfWith(LIC, Replacement);
1006 Instruction *UI = dyn_cast<Instruction>(U);
1007 if (!UI || !L->contains(UI))
1010 Worklist.push_back(UI);
1016 SwitchInst *SI = dyn_cast<SwitchInst>(UI);