Home | History | Annotate | Download | only in IPO

Lines Matching defs:IsPrefix

249 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix,
269 return Low != Set.end() && IsPrefix(*Low, Indices);
288 if (IsPrefix(*Low, ToMark))
301 while (Low != End && IsPrefix(ToMark, *Low)) {