Home | History | Annotate | Download | only in IPO

Lines Matching defs:IsPrefix

335 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix,
355 return Low != Set.end() && IsPrefix(*Low, Indices);
374 if (IsPrefix(*Low, ToMark))
387 while (Low != End && IsPrefix(ToMark, *Low)) {