Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp616 SetVector<StoreInst *> Heads, Tails; in processLoopStores() local
694 Tails.insert(SL[k]); in processLoopStores()
709 if (Tails.count(I)) in processLoopStores()
719 while (Tails.count(I) || Heads.count(I)) { in processLoopStores()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp132 template <typename... Tails>
133 static constexpr uint64_t buildMask(int head, Tails... tails) { in buildMask()