Home | History | Annotate | Download | only in IPO

Lines Matching refs:IsPrefix

244 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix,
267 return Low != Set.end() && IsPrefix(*Low, Indices);
286 if (IsPrefix(*Low, ToMark))
299 while (Low != End && IsPrefix(ToMark, *Low)) {