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.cpp592 SetVector<StoreInst *> Heads, Tails; in processLoopStores() local
670 Tails.insert(SL[k]); in processLoopStores()
685 if (Tails.count(I)) in processLoopStores()
695 while (Tails.count(I) || Heads.count(I)) { in processLoopStores()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp145 template <typename... Tails>
146 static constexpr uint64_t buildMask(int head, Tails... tails) { in buildMask()