Searched refs:areAllUsesIn (Results 1 – 2 of 2) sorted by relevance
134 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set);
34 bool RecurrenceDescriptor::areAllUsesIn(Instruction *I, in areAllUsesIn() function in RecurrenceDescriptor420 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()