Searched refs:ToMark (Results 1 – 2 of 2) sorted by relevance
275 static void MarkIndicesSafe(const ArgPromotion::IndicesVector &ToMark, in MarkIndicesSafe() argument278 Low = Safe.upper_bound(ToMark); in MarkIndicesSafe()286 if (IsPrefix(*Low, ToMark)) in MarkIndicesSafe()295 Low = Safe.insert(Low, ToMark); in MarkIndicesSafe()299 while (Low != End && IsPrefix(ToMark, *Low)) { in MarkIndicesSafe()
422 static void MarkIndicesSafe(const IndicesVector &ToMark, in MarkIndicesSafe() argument425 Low = Safe.upper_bound(ToMark); in MarkIndicesSafe()433 if (IsPrefix(*Low, ToMark)) in MarkIndicesSafe()442 Low = Safe.insert(Low, ToMark); in MarkIndicesSafe()446 while (Low != End && IsPrefix(ToMark, *Low)) { in MarkIndicesSafe()