Searched refs:IndicesVector (Results 1 – 2 of 2) sorted by relevance
74 typedef std::vector<uint64_t> IndicesVector; typedef244 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, in IsPrefix()245 const ArgPromotion::IndicesVector &Longer) { in IsPrefix()256 static bool PrefixIn(const ArgPromotion::IndicesVector &Indices, in PrefixIn()257 std::set<ArgPromotion::IndicesVector> &Set) { in PrefixIn()258 std::set<ArgPromotion::IndicesVector>::iterator Low; in PrefixIn()275 static void MarkIndicesSafe(const ArgPromotion::IndicesVector &ToMark, in MarkIndicesSafe()276 std::set<ArgPromotion::IndicesVector> &Safe) { in MarkIndicesSafe()277 std::set<ArgPromotion::IndicesVector>::iterator Low; in MarkIndicesSafe()298 std::set<ArgPromotion::IndicesVector>::iterator End = Safe.end(); in MarkIndicesSafe()[all …]
93 typedef std::vector<uint64_t> IndicesVector; typedef395 static bool IsPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in IsPrefix()403 static bool PrefixIn(const IndicesVector &Indices, in PrefixIn()404 std::set<IndicesVector> &Set) { in PrefixIn()405 std::set<IndicesVector>::iterator Low; in PrefixIn()422 static void MarkIndicesSafe(const IndicesVector &ToMark, in MarkIndicesSafe()423 std::set<IndicesVector> &Safe) { in MarkIndicesSafe()424 std::set<IndicesVector>::iterator Low; in MarkIndicesSafe()445 std::set<IndicesVector>::iterator End = Safe.end(); in MarkIndicesSafe()447 std::set<IndicesVector>::iterator Remove = Low; in MarkIndicesSafe()[all …]