Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp529 static void markIndicesSafe(const IndicesVector &ToMark, in markIndicesSafe() argument
532 Low = Safe.upper_bound(ToMark); in markIndicesSafe()
540 if (isPrefix(*Low, ToMark)) in markIndicesSafe()
549 Low = Safe.insert(Low, ToMark); in markIndicesSafe()
553 while (Low != End && isPrefix(ToMark, *Low)) { in markIndicesSafe()