Searched refs:areAllUsesIn (Results 1 – 1 of 1) sorted by relevance
4788 static bool areAllUsesIn(Instruction *I, SmallPtrSet<Instruction *, 8> &Set) { in areAllUsesIn() function4881 if(IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()