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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp272 /// Mark the given indices (ToMark) as safe in the given set of indices
273 /// (Safe). Marking safe usually means adding ToMark to Safe. However, if there
277 static void MarkIndicesSafe(const ArgPromotion::IndicesVector &ToMark, argument
280 Low = Safe.upper_bound(ToMark);
288 if (IsPrefix(*Low, ToMark))
297 Low = Safe.insert(Low, ToMark);
301 while (Low != End && IsPrefix(ToMark, *Low)) {

Completed in 117 milliseconds