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