Home | History | Annotate | Download | only in ObjCARC

Lines Matching defs:Incoming

832     // If Arg is a PHI, and one or more incoming values to the
835 // could be pushed up to just those paths with non-null incoming values.
847 // Determine if the PHI has any null operands, or any incoming
852 Value *Incoming =
854 if (IsNullOrUndef(Incoming))
906 Value *Incoming =
908 if (!IsNullOrUndef(Incoming)) {
920 Worklist.push_back(std::make_pair(Clone, Incoming));