Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp99 using IndicesVector = std::vector<uint64_t>; typedef
114 using ScalarizeTable = std::set<std::pair<Type *, IndicesVector>>; in doPromotion()
129 std::map<std::pair<Argument *, IndicesVector>, LoadInst *> OriginalLoads; in doPromotion()
176 IndicesVector Indices; in doPromotion()
442 IndicesVector Operands; in doPromotion()
504 static bool isPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in isPrefix()
511 static bool prefixIn(const IndicesVector &Indices, in prefixIn()
512 std::set<IndicesVector> &Set) { in prefixIn()
513 std::set<IndicesVector>::iterator Low; in prefixIn()
530 static void markIndicesSafe(const IndicesVector &ToMark, in markIndicesSafe()
[all …]