Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h107 template <typename VectorT, typename MatrixT> class PoolCostAllocator {
109 using VectorCostPool = ValuePool<VectorT>;
113 using Vector = VectorT;
H A DReductionRules.h150 template <typename VectorT>
151 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp40 template <typename MapT, typename VectorT, typename Fn>
42 VectorT *vector, Mutex *mutex, Fn F) { in UpdateEntry()
49 typename VectorT::value_type entry; in UpdateEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h53 template <typename T, typename VectorT = std::vector<T>,
194 typename VectorT::iterator E = in erase_if()
249 VectorT V;
H A DFoldingSet.h646 template <class T, class VectorT = SmallVector<T*, 8>>
649 VectorT Vector;
654 using iterator = pointee_iterator<typename VectorT::iterator>;
659 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h187 using VectorT = SmallVector<Edge, 4>; variable
290 VectorT Edges;