Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp275 static void MarkIndicesSafe(const ArgPromotion::IndicesVector &ToMark, in MarkIndicesSafe() argument
278 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()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp422 static void MarkIndicesSafe(const IndicesVector &ToMark, in MarkIndicesSafe() argument
425 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()