Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp530 static void markIndicesSafe(const IndicesVector &ToMark, in markIndicesSafe() argument
533 Low = Safe.upper_bound(ToMark); in markIndicesSafe()
541 if (isPrefix(*Low, ToMark)) in markIndicesSafe()
550 Low = Safe.insert(Low, ToMark); in markIndicesSafe()
554 while (Low != End && isPrefix(ToMark, *Low)) { in markIndicesSafe()