Searched refs:ToMark (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp521 /// Mark the given indices (ToMark) as safe in the given set of indices
522 /// (Safe). Marking safe usually means adding ToMark to Safe. However, if there
526 static void markIndicesSafe(const IndicesVector &ToMark, argument
529 Low = Safe.upper_bound(ToMark);
537 if (isPrefix(*Low, ToMark))
546 Low = Safe.insert(Low, ToMark);
550 while (Low != End && isPrefix(ToMark, *Low)) {

Completed in 53 milliseconds