Home | History | Annotate | Download | only in Scalar

Lines Matching defs:User

459     Instruction *User = cast<Instruction>(*UI);
460 if (PHINode *PN = dyn_cast<PHINode>(User)) {
466 } else if (CurLoop->contains(User)) {