Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h108 template <typename VectorT, typename MatrixT> class PoolCostAllocator {
110 using VectorCostPool = ValuePool<VectorT>;
114 using Vector = VectorT;
H A DReductionRules.h151 template <typename VectorT>
152 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DPriorityWorklist.h55 template <typename T, typename VectorT = std::vector<T>,
196 typename VectorT::iterator E = in erase_if()
251 VectorT V;
H A DFoldingSet.h558 template <class T, class VectorT = SmallVector<T*, 8>>
561 VectorT Vector;
566 using iterator = pointee_iterator<typename VectorT::iterator>;
571 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h191 using VectorT = SmallVector<Edge, 4>; variable
295 VectorT Edges;